Information about shows

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

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

{
    "id": 60045,
    "uri": "https://api.kexp.org/v2/shows/60045/?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 time.....for Drive Time!",
    "image_uri": "https://www.kexp.org/filer/canonical/1583367959/22030/",
    "start_time": "2024-04-25T16:00:42-07:00"
}