Simple Episode
constructor(audioPreviewUrl: String? = null, description: String? = null, durationMs: Int, explicit: Boolean, externalUrlsString: Map<String, String>, href: String, id: String, images: List<SpotifyImage>? = null, isExternallyHosted: Boolean, isPlayable: Boolean, language: String? = null, showLanguagesPrivate: List<String>, name: String, releaseDateString: String? = null, releaseDatePrecisionString: String? = null, resumePoint: ResumePoint? = null, type: String, uri: SpotifyUri)(source)
Parameters
audio Preview Url
A URL to a 30 second preview (MP3 format) of the episode. null if not available.
description
A description of the episode.
duration Ms
The episode length in milliseconds.
explicit
Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
images
The cover art for the episode in various sizes, widest first.
is Externally Hosted
True if the episode is hosted outside of Spotify’s CDN.
is Playable
True if the episode is playable in the given market. Otherwise false.
name
The name of the episode.
release Date Precision String
The precision with which release_date value is known: "year", "month", or "day".
resume Point
The user’s most recent position in the episode. Set if the supplied access token is a user token and has the scope SpotifyScope.UserReadPlaybackPosition.
type
The object type: "episode".