spotifywebapipython.models.episodesimplified
Spotify Web API Simplified Episode object.
Initializes a new instance of the class.
Arguments:
- root (dict): Spotify Web API JSON response in dictionary format, used to load object attributes; otherwise, None to not load attributes.
A URL to a 30 second preview (MP3 format) of the episode, or null if not available.
Important policy note: Spotify Audio preview clips can not be a standalone service.
Example: https://p.scdn.co/mp3-preview/2f37da1d4221f40b9d1a98cd191f4d6f1646ad17
A description of the episode.
HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
Known external URLs for the episode.
A link to the Web API endpoint providing full details of the episode.
Example: https://api.spotify.com/v1/episodes/5Xt5DXGzch68nYYamXrNxZ
The origin Spotify ID for the episode.
The Id value is always returned, as linkfrom details do not exist for episodes.
This is a helper property, and is not part of the Spotify Web API specification.
The cover art for the episode in various sizes, widest first.
Returns the highest resolution order image from the Images list, if images
are defined; otherwise, null.
Whether or not the episode is linked from another episode.
False is always returned, as linkfrom details do not exist for episodes.
This is a helper property, and is not part of the Spotify Web API specification.
A list of the languages used in the episode, identified by their ISO 639-1 code.
Example: [fr,en]
The date the episode was first released.
Example: 1981-12
Depending on the precision, it might be shown as "1981" or "1981-12".
The precision with which release_date value is known.
Allowed values: year, month, day.
Example: year
Included in the response when a content restriction is applied.
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'.
The origin Spotify URI for the episode.
The Uri value is always returned, as linkfrom details do not exist for episodes.
This is a helper property, and is not part of the Spotify Web API specification.