SpotifyApiSpotify LogoJS

APIEpisode

extends SimplifiedEpisode

The structure containing the brief details of the Spotify episode.

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

Properties:

NameTypeDescription
audio_preview_url"null" | stringA URL to a 30 second preview (MP3 format) of the episode. null if not available.
descriptionstringA description of the episode. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
duration_msnumberThe episode length in milliseconds.
explicitbooleanWhether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
external_urlsExternalUrlExternal URLs for this episode
hrefstringA link to the Web API endpoint providing full details of the episode.
html_descriptionstringA description of the episode. This field may contain HTML tags.
idstringThe Spotify ID for the episode.
imagesImage[]The cover art for the episode in various sizes, widest first.
is_externally_hostedbooleanTrue if the episode is hosted outside of Spotify’s CDN.
is_playablebooleanTrue if the episode is playable in the given market. Otherwise false.
languagestringThe language used in the episode, identified by a ISO 639 code.
OPTIONAL
languagesstring[]A list of the languages used in the episode, identified by their ISO 639 code.
namestringThe name of the episode.
release_datestringThe date the episode was first released, for example "1981-12-15". Depending on the precision, it might be shown as "1981" or "1981-12".
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.
resume_pointResumePointThe 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’.
OPTIONAL
showSimplifiedShowThe show on which the episode belongs.
typeSpotifyTypeThe object type: “episode”.
uristringThe Spotify URI for the episode