LibraryAlbums.Attributes
The attributes for a library album resource.
Declaration
object LibraryAlbums.AttributesProperties
| Name | Type | Description |
|---|---|---|
artistName Required | string | The artist’s name. |
artwork Required | Artwork | The album artwork. |
contentRating | string | The Recording Industry Association of America (RIAA) rating of the content. The possible values for this rating are |
dateAdded | string | The date the album was added to the library, in YYYY-MM-DD or YYYY format. |
name Required | string | The localized name of the album. |
playParams | PlayParameters | When present, this attribute indicates that tracks from the album are available to play. The value map may be used to initiate playback of available tracks on the album. |
releaseDate | string | The release date of the album, when known, in YYYY-MM-DD or YYYY format. Prerelease albums may have an expected release date in the future. |
trackCount Required | integer | The number of tracks. |
genreNames Required | [string] | The names of the genres associated with this album. |
inFavorites | boolean | Whether the catalog resource ID is in the person’s favorites. |