getSeveralShows

suspend fun getSeveralShows(ids: List<String>, market: CountryCode? = null): SpotifyApiResponse<Shows>

Deprecated

Spotify marks GET /v1/shows as deprecated.

Gets multiple Spotify shows by their IDs.

Return

Wrapped Spotify API response with status code and parsed Spotify payload.

Parameters

ids

Spotify IDs of target resources (comma-separated at request time).

market

Market (country) code used to localize and filter content.