APISimplifiedAlbum
The spotify object containing the simplified details of the Spotify Album.
Properties:
| Name | Type | Description |
|---|---|---|
| album_group | AlbumGroup | The field is present when getting an artist’s albums. OPTIONAL |
| album_type | AlbumType | The type of album. |
| artists | SimplifiedArtist[] | The artists of the album. |
| available_markets | string[] | The markets in which the album is available. OPTIONAL |
| external_urls | ExternalUrl | Known external URLs for this album. |
| href | string | A link to the Web API endpoint providing full details of the album. |
| id | string | The Spotify ID of the album. |
| images | Image[] | The cover art for the album in various sizes, widest first. |
| name | string | The name of the album. |
| release_date | string | The date the album was first released, for example “1981-12-15”. |
| release_date_precision | string | The precision with which release_date value is known: “year” , “month” , or “day”. |
| restrictions | Restriction[] | Included in the response when a content restriction is applied. |
| total_tracks | number | The total number of tracks in the album. |
| type | SpotifyType | The object type which will be 'album'. |
| uri | string | The Spotify URI for the album. |