getShows

suspend fun getShows(vararg ids: String): List<SimpleShow?>(source)

Get Spotify catalog information for multiple shows based on their Spotify IDs. The Market associated with the user account will be used.

**Invalid show ids will result in a BadRequestException

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

Api Reference

Return

List of possibly-null SimpleShow objects.

Parameters

ids

The id or uri for the shows. Maximum 50.

Throws

If any invalid show id is provided