Shared
ModelsExpand Collapse
type AlbumRestrictionObject struct{…}
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason AlbumRestrictionObjectReasonoptional
The reason for the restriction. Albums may be restricted if the content is not available in a given market, to the user's subscription type, or when the user's account is set to not play explicit content. Additional reasons may be added in the future.
type ArtistObject struct{…}
ID stringoptional
The Spotify ID for the artist.
Known external URLs for this artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Information about the followers of the artist.
Href stringoptional
This will always be set to null, as the Web API does not support it at the moment.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Total int64optional
The total number of followers.
Genres []stringoptional
A list of the genres the artist is associated with. If not yet classified, the array is empty.
Href stringoptional
A link to the Web API endpoint providing full details of the artist.
Images of the artist in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Name stringoptional
The name of the artist.
Popularity int64optional
The popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist's popularity is calculated from the popularity of all the artist's tracks.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type ArtistObjectTypeoptional
The object type.
Uri stringoptional
The Spotify URI for the artist.
type AudiobookBase struct{…}
ID string
The Spotify ID for the audiobook.
Authors []AuthorObject
The author(s) for the audiobook.
Name stringoptional
The name of the author.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
AvailableMarkets []string
A list of the countries in which the audiobook can be played, identified by their ISO 3166-1 alpha-2 code.
Copyrights []CopyrightObject
The copyright statements of the audiobook.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Text stringoptional
The copyright text for this content.
Type stringoptional
The type of copyright: C = the copyright, P = the sound recording (performance) copyright.
Description string
A description of the audiobook. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
Explicit bool
Whether or not the audiobook has explicit content (true = yes it does; false = no it does not OR unknown).
ExternalURLs ExternalURLObject
External URLs for this audiobook.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href string
A link to the Web API endpoint providing full details of the audiobook.
HTMLDescription string
A description of the audiobook. This field may contain HTML tags.
Images []ImageObject
The cover art for the audiobook in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Languages []string
A list of the languages used in the audiobook, identified by their ISO 639 code.
MediaType string
The media type of the audiobook.
Name string
The name of the audiobook.
Narrators []NarratorObject
The narrator(s) for the audiobook.
Name stringoptional
The name of the Narrator.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Publisher string
The publisher of the audiobook.
TotalChapters int64
The number of chapters in this audiobook.
Type Audiobook
The object type.
Uri string
The Spotify URI for the audiobook.
Edition stringoptional
The edition of the audiobook.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
type AuthorObject struct{…}
Name stringoptional
The name of the author.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
type ChapterRestrictionObject struct{…}
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason stringoptional
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.payment_required- Payment is required to play the content item.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.
type CopyrightObject struct{…}
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Text stringoptional
The copyright text for this content.
Type stringoptional
The type of copyright: C = the copyright, P = the sound recording (performance) copyright.
type EpisodeObject struct{…}
ID string
The Spotify ID for the episode.
DeprecatedAudioPreviewURL string
A URL to a 30 second preview (MP3 format) of the episode. null if not available.
Description string
A description of the episode. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
DurationMs int64
The episode length in milliseconds.
Explicit bool
Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
ExternalURLs ExternalURLObject
External URLs for this episode.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href string
A link to the Web API endpoint providing full details of the episode.
HTMLDescription string
A description of the episode. This field may contain HTML tags.
Images []ImageObject
The cover art for the episode in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
IsExternallyHosted bool
True if the episode is hosted outside of Spotify's CDN.
IsPlayable bool
True if the episode is playable in the given market. Otherwise false.
Languages []string
A list of the languages used in the episode, identified by their ISO 639-1 code.
Name string
The name of the episode.
ReleaseDate string
The date the episode was first released, for example "1981-12-15". Depending on the precision, it might be shown as "1981" or "1981-12".
ReleaseDatePrecision EpisodeObjectReleaseDatePrecision
The precision with which release_date value is known.
Show ShowBase
The show on which the episode belongs.
ID string
The Spotify ID for the show.
AvailableMarkets []string
A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.
Copyrights []CopyrightObject
The copyright statements of the show.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Text stringoptional
The copyright text for this content.
Type stringoptional
The type of copyright: C = the copyright, P = the sound recording (performance) copyright.
Description string
A description of the show. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
Explicit bool
Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
ExternalURLs ExternalURLObject
External URLs for this show.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href string
A link to the Web API endpoint providing full details of the show.
HTMLDescription string
A description of the show. This field may contain HTML tags.
Images []ImageObject
The cover art for the show in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
IsExternallyHosted bool
True if all of the shows episodes are hosted outside of Spotify's CDN. This field might be null in some cases.
Languages []string
A list of the languages used in the show, identified by their ISO 639 code.
MediaType string
The media type of the show.
Name string
The name of the episode.
Publisher string
The publisher of the show.
TotalEpisodes int64
The total number of episodes in the show.
Type Show
The object type.
Uri string
The Spotify URI for the show.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type Episode
The object type.
Uri string
The Spotify URI for the episode.
DeprecatedLanguage stringoptional
The language used in the episode, identified by a ISO 639 code. This field is deprecated and might be removed in the future. Please use the languages field instead.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Included in the response when a content restriction is applied.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason stringoptional
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.
The user's most recent position in the episode. Set if the supplied access token is a user token and has the scope 'user-read-playback-position'.
FullyPlayed booloptional
Whether or not the episode has been fully played by the user.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
ResumePositionMs int64optional
The user's most recent position in the episode in milliseconds.
type EpisodeRestrictionObject struct{…}
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason stringoptional
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.
type ExternalIDObject struct{…}
Ean stringoptional
Isrc stringoptional
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Upc stringoptional
type ExternalURLObject struct{…}
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
type FollowersObject struct{…}
Href stringoptional
This will always be set to null, as the Web API does not support it at the moment.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Total int64optional
The total number of followers.
type ImageObject struct{…}
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
type LinkedTrackObject struct{…}
ID stringoptional
The Spotify ID for the track.
Known external URLs for this track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type stringoptional
The object type: "track".
Uri stringoptional
The Spotify URI for the track.
type NarratorObject struct{…}
Name stringoptional
The name of the Narrator.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
type PagingPlaylistObject struct{…}
Href string
A link to the Web API endpoint returning the full result of the request
Limit int64
The maximum number of items in the response (as set in the query or by default).
Next string
URL to the next page of items. ( null if none)
Offset int64
The offset of the items returned (as set in the query or by default)
Previous string
URL to the previous page of items. ( null if none)
Total int64
The total number of items available to return.
ID stringoptional
The Spotify ID for the playlist.
Collaborative booloptional
true if the owner allows other users to modify the playlist.
Description stringoptional
The playlist description. Only returned for modified, verified playlists, otherwise null.
Known external URLs for this playlist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the playlist.
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See Working with Playlists. Note: If returned, the source URL for the image (url) is temporary and will expire in less than a day.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Name stringoptional
The name of the playlist.
Owner SimplifiedPlaylistObjectOwneroptional
The user who owns the playlist
DisplayName stringoptional
The name displayed on the user's profile. null if not available.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
SnapshotID stringoptional
The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version
A collection containing a link ( href ) to the Web API endpoint where full details of the playlist's tracks can be retrieved, along with the total number of tracks in the playlist. Note, a track object may be null. This can happen if a track is no longer available.
Href stringoptional
A link to the Web API endpoint where full details of the playlist's tracks can be retrieved.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Total int64optional
Number of tracks in the playlist.
Type stringoptional
The object type: "playlist"
Uri stringoptional
The Spotify URI for the playlist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
type PlaylistTrackObject struct{…}
AddedAt Timeoptional
The date and time the track or episode was added. Note: some very old playlists may return null in this field.
The Spotify user who added the track or episode. Note: some very old playlists may return null in this field.
ID stringoptional
The Spotify user ID for this user.
Known public external URLs for this user.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint for this user.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type PlaylistUserObjectTypeoptional
The object type.
Uri stringoptional
The Spotify URI for this user.
IsLocal booloptional
Whether this track or episode is a local file or not.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Track PlaylistTrackObjectTrackUnionoptional
Information about the track or episode.
type TrackObject struct{…}
ID stringoptional
The Spotify ID for the track.
Album TrackObjectAlbumoptional
The album on which the track appears. The album object includes a link in href to full information about the album.
ID string
The Spotify ID for the album.
AlbumType string
The type of the album.
Artists []SimplifiedArtistObject
The artists of the album. Each artist object includes a link in href to more detailed information about the artist.
ID stringoptional
The Spotify ID for the artist.
Known external URLs for this artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the artist.
Name stringoptional
The name of the artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type SimplifiedArtistObjectTypeoptional
The object type.
Uri stringoptional
The Spotify URI for the artist.
AvailableMarkets []string
The markets in which the album is available: ISO 3166-1 alpha-2 country codes. NOTE: an album is considered available in a market when at least 1 of its tracks is available in that market.
ExternalURLs ExternalURLObject
Known external URLs for this album.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href string
A link to the Web API endpoint providing full details of the album.
Images []ImageObject
The cover art for the album in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Name string
The name of the album. In case of an album takedown, the value may be an empty string.
ReleaseDate string
The date the album was first released.
ReleaseDatePrecision string
The precision with which release_date value is known.
TotalTracks int64
The number of tracks in the album.
Type Album
The object type.
Uri string
The Spotify URI for the album.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Included in the response when a content restriction is applied.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason AlbumRestrictionObjectReasonoptional
The reason for the restriction. Albums may be restricted if the content is not available in a given market, to the user's subscription type, or when the user's account is set to not play explicit content. Additional reasons may be added in the future.
The artists who performed the track. Each artist object includes a link in href to more detailed information about the artist.
ID stringoptional
The Spotify ID for the artist.
Known external URLs for this artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the artist.
Name stringoptional
The name of the artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type SimplifiedArtistObjectTypeoptional
The object type.
Uri stringoptional
The Spotify URI for the artist.
AvailableMarkets []stringoptional
A list of the countries in which the track can be played, identified by their ISO 3166-1 alpha-2 code.
DiscNumber int64optional
The disc number (usually 1 unless the album consists of more than one disc).
DurationMs int64optional
The track length in milliseconds.
Explicit booloptional
Whether or not the track has explicit lyrics ( true = yes it does; false = no it does not OR unknown).
Known external IDs for the track.
Ean stringoptional
Isrc stringoptional
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Upc stringoptional
Known external URLs for this track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the track.
IsLocal booloptional
Whether or not the track is from a local file.
IsPlayable booloptional
Part of the response when Track Relinking is applied. If true, the track is playable in the given market. Otherwise false.
Part of the response when Track Relinking is applied, and the requested track has been replaced with different track. The track in the linked_from object contains information about the originally requested track.
ID stringoptional
The Spotify ID for the track.
Known external URLs for this track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type stringoptional
The object type: "track".
Uri stringoptional
The Spotify URI for the track.
Name stringoptional
The name of the track.
Popularity int64optional
The popularity of the track. The value will be between 0 and 100, with 100 being the most popular.
The popularity of a track is a value between 0 and 100, with 100 being the most popular. The popularity is calculated by algorithm and is based, in the most part, on the total number of plays the track has had and how recent those plays are.
Generally speaking, songs that are being played a lot now will have a higher popularity than songs that were played a lot in the past. Duplicate tracks (e.g. the same track from a single and an album) are rated independently. Artist and album popularity is derived mathematically from track popularity. Note: the popularity value may lag actual popularity by a few days: the value is not updated in real time.
DeprecatedPreviewURL stringoptional
A link to a 30 second preview (MP3 format) of the track. Can be null
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Included in the response when a content restriction is applied.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason stringoptional
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.
TrackNumber int64optional
The number of the track. If an album has several discs, the track number is the number on the specified disc.
Type TrackObjectTypeoptional
The object type: "track".
Uri stringoptional
The Spotify URI for the track.
type EpisodeObject struct{…}
ID string
The Spotify ID for the episode.
DeprecatedAudioPreviewURL string
A URL to a 30 second preview (MP3 format) of the episode. null if not available.
Description string
A description of the episode. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
DurationMs int64
The episode length in milliseconds.
Explicit bool
Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
ExternalURLs ExternalURLObject
External URLs for this episode.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href string
A link to the Web API endpoint providing full details of the episode.
HTMLDescription string
A description of the episode. This field may contain HTML tags.
Images []ImageObject
The cover art for the episode in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
IsExternallyHosted bool
True if the episode is hosted outside of Spotify's CDN.
IsPlayable bool
True if the episode is playable in the given market. Otherwise false.
Languages []string
A list of the languages used in the episode, identified by their ISO 639-1 code.
Name string
The name of the episode.
ReleaseDate string
The date the episode was first released, for example "1981-12-15". Depending on the precision, it might be shown as "1981" or "1981-12".
ReleaseDatePrecision EpisodeObjectReleaseDatePrecision
The precision with which release_date value is known.
Show ShowBase
The show on which the episode belongs.
ID string
The Spotify ID for the show.
AvailableMarkets []string
A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.
Copyrights []CopyrightObject
The copyright statements of the show.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Text stringoptional
The copyright text for this content.
Type stringoptional
The type of copyright: C = the copyright, P = the sound recording (performance) copyright.
Description string
A description of the show. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
Explicit bool
Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
ExternalURLs ExternalURLObject
External URLs for this show.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href string
A link to the Web API endpoint providing full details of the show.
HTMLDescription string
A description of the show. This field may contain HTML tags.
Images []ImageObject
The cover art for the show in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
IsExternallyHosted bool
True if all of the shows episodes are hosted outside of Spotify's CDN. This field might be null in some cases.
Languages []string
A list of the languages used in the show, identified by their ISO 639 code.
MediaType string
The media type of the show.
Name string
The name of the episode.
Publisher string
The publisher of the show.
TotalEpisodes int64
The total number of episodes in the show.
Type Show
The object type.
Uri string
The Spotify URI for the show.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type Episode
The object type.
Uri string
The Spotify URI for the episode.
DeprecatedLanguage stringoptional
The language used in the episode, identified by a ISO 639 code. This field is deprecated and might be removed in the future. Please use the languages field instead.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Included in the response when a content restriction is applied.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason stringoptional
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.
The user's most recent position in the episode. Set if the supplied access token is a user token and has the scope 'user-read-playback-position'.
FullyPlayed booloptional
Whether or not the episode has been fully played by the user.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
ResumePositionMs int64optional
The user's most recent position in the episode in milliseconds.
type PlaylistTracksRefObject struct{…}
Href stringoptional
A link to the Web API endpoint where full details of the playlist's tracks can be retrieved.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Total int64optional
Number of tracks in the playlist.
type PlaylistUserObject struct{…}
ID stringoptional
The Spotify user ID for this user.
Known public external URLs for this user.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint for this user.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type PlaylistUserObjectTypeoptional
The object type.
Uri stringoptional
The Spotify URI for this user.
type ResumePointObject struct{…}
FullyPlayed booloptional
Whether or not the episode has been fully played by the user.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
ResumePositionMs int64optional
The user's most recent position in the episode in milliseconds.
type ShowBase struct{…}
ID string
The Spotify ID for the show.
AvailableMarkets []string
A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.
Copyrights []CopyrightObject
The copyright statements of the show.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Text stringoptional
The copyright text for this content.
Type stringoptional
The type of copyright: C = the copyright, P = the sound recording (performance) copyright.
Description string
A description of the show. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
Explicit bool
Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
ExternalURLs ExternalURLObject
External URLs for this show.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href string
A link to the Web API endpoint providing full details of the show.
HTMLDescription string
A description of the show. This field may contain HTML tags.
Images []ImageObject
The cover art for the show in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
IsExternallyHosted bool
True if all of the shows episodes are hosted outside of Spotify's CDN. This field might be null in some cases.
Languages []string
A list of the languages used in the show, identified by their ISO 639 code.
MediaType string
The media type of the show.
Name string
The name of the episode.
Publisher string
The publisher of the show.
TotalEpisodes int64
The total number of episodes in the show.
Type Show
The object type.
Uri string
The Spotify URI for the show.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
type SimplifiedArtistObject struct{…}
ID stringoptional
The Spotify ID for the artist.
Known external URLs for this artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the artist.
Name stringoptional
The name of the artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type SimplifiedArtistObjectTypeoptional
The object type.
Uri stringoptional
The Spotify URI for the artist.
type SimplifiedEpisodeObject struct{…}
ID string
The Spotify ID for the episode.
DeprecatedAudioPreviewURL string
A URL to a 30 second preview (MP3 format) of the episode. null if not available.
Description string
A description of the episode. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
DurationMs int64
The episode length in milliseconds.
Explicit bool
Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
ExternalURLs ExternalURLObject
External URLs for this episode.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href string
A link to the Web API endpoint providing full details of the episode.
HTMLDescription string
A description of the episode. This field may contain HTML tags.
Images []ImageObject
The cover art for the episode in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
IsExternallyHosted bool
True if the episode is hosted outside of Spotify's CDN.
IsPlayable bool
True if the episode is playable in the given market. Otherwise false.
Languages []string
A list of the languages used in the episode, identified by their ISO 639-1 code.
Name string
The name of the episode.
ReleaseDate string
The date the episode was first released, for example "1981-12-15". Depending on the precision, it might be shown as "1981" or "1981-12".
ReleaseDatePrecision SimplifiedEpisodeObjectReleaseDatePrecision
The precision with which release_date value is known.
Type Episode
The object type.
Uri string
The Spotify URI for the episode.
DeprecatedLanguage stringoptional
The language used in the episode, identified by a ISO 639 code. This field is deprecated and might be removed in the future. Please use the languages field instead.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Included in the response when a content restriction is applied.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason stringoptional
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.
The user's most recent position in the episode. Set if the supplied access token is a user token and has the scope 'user-read-playback-position'.
FullyPlayed booloptional
Whether or not the episode has been fully played by the user.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
ResumePositionMs int64optional
The user's most recent position in the episode in milliseconds.
type SimplifiedPlaylistObject struct{…}
ID stringoptional
The Spotify ID for the playlist.
Collaborative booloptional
true if the owner allows other users to modify the playlist.
Description stringoptional
The playlist description. Only returned for modified, verified playlists, otherwise null.
Known external URLs for this playlist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the playlist.
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See Working with Playlists. Note: If returned, the source URL for the image (url) is temporary and will expire in less than a day.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Name stringoptional
The name of the playlist.
Owner SimplifiedPlaylistObjectOwneroptional
The user who owns the playlist
DisplayName stringoptional
The name displayed on the user's profile. null if not available.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
SnapshotID stringoptional
The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version
A collection containing a link ( href ) to the Web API endpoint where full details of the playlist's tracks can be retrieved, along with the total number of tracks in the playlist. Note, a track object may be null. This can happen if a track is no longer available.
Href stringoptional
A link to the Web API endpoint where full details of the playlist's tracks can be retrieved.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Total int64optional
Number of tracks in the playlist.
Type stringoptional
The object type: "playlist"
Uri stringoptional
The Spotify URI for the playlist.
type SimplifiedTrackObject struct{…}
ID stringoptional
The Spotify ID for the track.
The artists who performed the track. Each artist object includes a link in href to more detailed information about the artist.
ID stringoptional
The Spotify ID for the artist.
Known external URLs for this artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the artist.
Name stringoptional
The name of the artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type SimplifiedArtistObjectTypeoptional
The object type.
Uri stringoptional
The Spotify URI for the artist.
AvailableMarkets []stringoptional
A list of the countries in which the track can be played, identified by their ISO 3166-1 alpha-2 code.
DiscNumber int64optional
The disc number (usually 1 unless the album consists of more than one disc).
DurationMs int64optional
The track length in milliseconds.
Explicit booloptional
Whether or not the track has explicit lyrics ( true = yes it does; false = no it does not OR unknown).
External URLs for this track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the track.
IsLocal booloptional
Whether or not the track is from a local file.
IsPlayable booloptional
Part of the response when Track Relinking is applied. If true, the track is playable in the given market. Otherwise false.
Part of the response when Track Relinking is applied and is only part of the response if the track linking, in fact, exists. The requested track has been replaced with a different track. The track in the linked_from object contains information about the originally requested track.
ID stringoptional
The Spotify ID for the track.
Known external URLs for this track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type stringoptional
The object type: "track".
Uri stringoptional
The Spotify URI for the track.
Name stringoptional
The name of the track.
DeprecatedPreviewURL stringoptional
A URL to a 30 second preview (MP3 format) of the track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Included in the response when a content restriction is applied.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason stringoptional
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.
TrackNumber int64optional
The number of the track. If an album has several discs, the track number is the number on the specified disc.
Type stringoptional
The object type: "track".
Uri stringoptional
The Spotify URI for the track.
type TrackObject struct{…}
ID stringoptional
The Spotify ID for the track.
Album TrackObjectAlbumoptional
The album on which the track appears. The album object includes a link in href to full information about the album.
ID string
The Spotify ID for the album.
AlbumType string
The type of the album.
Artists []SimplifiedArtistObject
The artists of the album. Each artist object includes a link in href to more detailed information about the artist.
ID stringoptional
The Spotify ID for the artist.
Known external URLs for this artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the artist.
Name stringoptional
The name of the artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type SimplifiedArtistObjectTypeoptional
The object type.
Uri stringoptional
The Spotify URI for the artist.
AvailableMarkets []string
The markets in which the album is available: ISO 3166-1 alpha-2 country codes. NOTE: an album is considered available in a market when at least 1 of its tracks is available in that market.
ExternalURLs ExternalURLObject
Known external URLs for this album.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href string
A link to the Web API endpoint providing full details of the album.
Images []ImageObject
The cover art for the album in various sizes, widest first.
Height int64
The image height in pixels.
URL string
The source URL of the image.
Width int64
The image width in pixels.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Name string
The name of the album. In case of an album takedown, the value may be an empty string.
ReleaseDate string
The date the album was first released.
ReleaseDatePrecision string
The precision with which release_date value is known.
TotalTracks int64
The number of tracks in the album.
Type Album
The object type.
Uri string
The Spotify URI for the album.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Included in the response when a content restriction is applied.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason AlbumRestrictionObjectReasonoptional
The reason for the restriction. Albums may be restricted if the content is not available in a given market, to the user's subscription type, or when the user's account is set to not play explicit content. Additional reasons may be added in the future.
The artists who performed the track. Each artist object includes a link in href to more detailed information about the artist.
ID stringoptional
The Spotify ID for the artist.
Known external URLs for this artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the artist.
Name stringoptional
The name of the artist.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type SimplifiedArtistObjectTypeoptional
The object type.
Uri stringoptional
The Spotify URI for the artist.
AvailableMarkets []stringoptional
A list of the countries in which the track can be played, identified by their ISO 3166-1 alpha-2 code.
DiscNumber int64optional
The disc number (usually 1 unless the album consists of more than one disc).
DurationMs int64optional
The track length in milliseconds.
Explicit booloptional
Whether or not the track has explicit lyrics ( true = yes it does; false = no it does not OR unknown).
Known external IDs for the track.
Ean stringoptional
Isrc stringoptional
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Upc stringoptional
Known external URLs for this track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the track.
IsLocal booloptional
Whether or not the track is from a local file.
IsPlayable booloptional
Part of the response when Track Relinking is applied. If true, the track is playable in the given market. Otherwise false.
Part of the response when Track Relinking is applied, and the requested track has been replaced with different track. The track in the linked_from object contains information about the originally requested track.
ID stringoptional
The Spotify ID for the track.
Known external URLs for this track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Spotify stringoptional
The Spotify URL for the object.
Href stringoptional
A link to the Web API endpoint providing full details of the track.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Type stringoptional
The object type: "track".
Uri stringoptional
The Spotify URI for the track.
Name stringoptional
The name of the track.
Popularity int64optional
The popularity of the track. The value will be between 0 and 100, with 100 being the most popular.
The popularity of a track is a value between 0 and 100, with 100 being the most popular. The popularity is calculated by algorithm and is based, in the most part, on the total number of plays the track has had and how recent those plays are.
Generally speaking, songs that are being played a lot now will have a higher popularity than songs that were played a lot in the past. Duplicate tracks (e.g. the same track from a single and an album) are rated independently. Artist and album popularity is derived mathematically from track popularity. Note: the popularity value may lag actual popularity by a few days: the value is not updated in real time.
DeprecatedPreviewURL stringoptional
A link to a 30 second preview (MP3 format) of the track. Can be null
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Included in the response when a content restriction is applied.
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason stringoptional
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.
TrackNumber int64optional
The number of the track. If an album has several discs, the track number is the number on the specified disc.
Type TrackObjectTypeoptional
The object type: "track".
Uri stringoptional
The Spotify URI for the track.
type TrackRestrictionObject struct{…}
Published booloptional
The playlist's public/private status (if it should be added to the user's profile or not): true the playlist will be public, false the playlist will be private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
Reason stringoptional
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.