SpotifyApiSpotify LogoJS

Album album.d.ts#L25

extends Omit<SimplifiedAlbum, "album_group">

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

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

Properties:

NameTypeDescription
album_typeAlbumTypeThe type of album.
artistsArtist[]The artists of the album.
available_marketsstring[]The markets in which the album is available.
OPTIONAL
copyrightsCopyright[]The copyright statements of the album.
external_idsExternalIDKnown external IDs for the album.
external_urlsExternalUrlKnown external URLs for this album.
genresstring[]A list of the genres used to classify the album. For example: “Prog Rock” , “Post-Grunge”. (If not yet classified, the array is empty.)
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.
labelstringThe label for the album.
namestringThe name of the album.
popularitynumberThe popularity of the album. The value will be between 0 and 100, with 100 being the most popular. The popularity is calculated from the popularity of the album’s individual tracks.
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.
tracksSimplifiedTrack[] | Paging<SimplifiedTrack>The tracks of the album. The object index says this is an array but the value returns as a Paging object so here is an union might be fixed in upcomming versions.
typeSpotifyTypeThe object type which will be 'album'.
uristringThe Spotify URI for the album.