Information about shows

list: List of shows
retrieve: Information about a specific show, by ID

GET /v2/shows/60035/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 60035,
    "uri": "https://api.kexp.org/v2/shows/60035/?format=api",
    "program": 14,
    "program_uri": "https://api.kexp.org/v2/programs/14/?format=api",
    "hosts": [
        86
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/86/?format=api"
    ],
    "program_name": "The Afternoon Show",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Supreme La Rock"
    ],
    "tagline": "Text Me 206.903.KEXP Email: DJ@KEXP.ORG Follow on IG @Supremelarock",
    "image_uri": "https://www.kexp.org/filer/canonical/1602268539/23758/",
    "start_time": "2024-04-24T13:01:45-07:00"
}