Information about shows

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

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

{
    "id": 59793,
    "uri": "https://api.kexp.org/v2/shows/59793/?format=api",
    "program": 18,
    "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
    "hosts": [
        83
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/83/?format=api"
    ],
    "program_name": "Variety Mix",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Reverend Dollars"
    ],
    "tagline": "Excited to share music with our new Bay Area listeners at 92.7 FM! Catch me in the Overnight every Thursday morning, 1-5 AM West Coast Time",
    "image_uri": "https://www.kexp.org/filer/canonical/1595547859/23073/",
    "start_time": "2024-03-28T01:00:00-07:00"
}