SpotifyApiSpotify LogoJS

SimplifiedAlbum album.d.ts#L47

The spotify object containing the simplified details of the Spotify Album.

https://developer.spotify.com/documentation/web-api/reference/#object-simplifiedalbumobject

Properties:

NameTypeDescription
album_groupAlbumGroupThe field is present when getting an artist’s albums.
OPTIONAL
album_typeAlbumTypeThe type of album.
artistsSimplifiedArtist[]The artists of the album.
available_marketsstring[]The markets in which the album is available.
OPTIONAL
external_urlsExternalUrlKnown external URLs for this album.
hrefstringA link to the Web API endpoint providing full details of the album.
idstringThe Spotify ID of the album.
imagesImage[]The cover art for the album in various sizes, widest first.
namestringThe name of the album.
release_datestringThe date the album was first released, for example “1981-12-15”.
release_date_precisionstringThe precision with which release_date value is known: “year” , “month” , or “day”.
restrictionsRestriction[]Included in the response when a content restriction is applied.
total_tracksnumberThe total number of tracks in the album.
typeSpotifyTypeThe object type which will be 'album'.
uristringThe Spotify URI for the album.