Information about shows

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

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

{
    "id": 59784,
    "uri": "https://api.kexp.org/v2/shows/59784/?format=api",
    "program": 18,
    "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
    "hosts": [
        53
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/53/?format=api"
    ],
    "program_name": "Variety Mix",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Michele Myers"
    ],
    "tagline": "Beats, rock, global and soulful. With a Musical Influences spotlight on Ari Lennox! \nLook for me on Instagram - @djmichelemyers",
    "image_uri": "https://www.kexp.org/filer/canonical/1685033343/28896/",
    "start_time": "2024-03-26T22:03:00-07:00"
}