Information about shows

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

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

{
    "id": 59795,
    "uri": "https://api.kexp.org/v2/shows/59795/?format=api",
    "program": 16,
    "program_uri": "https://api.kexp.org/v2/programs/16/?format=api",
    "hosts": [
        26
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/26/?format=api"
    ],
    "program_name": "The Morning Show",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "John Richards"
    ],
    "tagline": "90.3 in Seattle. 92.7 in the Bay Area, KEXP App worldwide and @djjohnrichards on SM",
    "image_uri": "https://www.kexp.org/filer/canonical/1676669191/28465/",
    "start_time": "2024-03-28T07:00:30-07:00"
}