getEpisode

suspend fun getEpisode(id: String): Episode?(source)

Get Spotify catalog information for a single episode identified by its unique Spotify ID. The Market associated with the user account will be used.

Reading the user’s resume points on episode objects requires the SpotifyScope.UserReadPlaybackPosition scope

Api Reference

Return

possibly-null Episode.

Parameters

id

The Spotify ID for the episode.