Information about shows

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

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

{
    "id": 59791,
    "uri": "https://api.kexp.org/v2/shows/59791/?format=api",
    "program": 38,
    "program_uri": "https://api.kexp.org/v2/programs/38/?format=api",
    "hosts": [
        95
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/95/?format=api"
    ],
    "program_name": "Astral Plane",
    "program_tags": "Rock,Eclectic,Psychedelic",
    "host_names": [
        "DJ Jewel"
    ],
    "tagline": "anything you wanna hear? text me at 206-903-5397 or email dj@kexp.org or on instagram @jeweloree",
    "image_uri": "https://www.kexp.org/filer/canonical/1697822386/29629/",
    "start_time": "2024-03-27T19:00:00-07:00"
}