Information about shows

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

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

{
    "id": 60053,
    "uri": "https://api.kexp.org/v2/shows/60053/?format=api",
    "program": 33,
    "program_uri": "https://api.kexp.org/v2/programs/33/?format=api",
    "hosts": [
        43
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/43/?format=api"
    ],
    "program_name": "Drive Time",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Troy Nelson"
    ],
    "tagline": "It is now Drive Time time!!",
    "image_uri": "https://www.kexp.org/filer/canonical/1583367959/22030/",
    "start_time": "2024-04-26T16:00:15-07:00"
}