Information about shows

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

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

{
    "id": 59785,
    "uri": "https://api.kexp.org/v2/shows/59785/?format=api",
    "program": 18,
    "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
    "hosts": [
        96
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/96/?format=api"
    ],
    "program_name": "Variety Mix",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Prometheus Brown"
    ],
    "tagline": "Filling in for Abbie tonight/this morning. We're going everywhere!",
    "image_uri": "https://www.kexp.org/filer/canonical/1694562002/29427/",
    "start_time": "2024-03-27T01:00:00-07:00"
}