Information about shows

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

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

{
    "id": 59819,
    "uri": "https://api.kexp.org/v2/shows/59819/?format=api",
    "program": 9,
    "program_uri": "https://api.kexp.org/v2/programs/9/?format=api",
    "hosts": [
        23
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/23/?format=api"
    ],
    "program_name": "Seek & Destroy",
    "program_tags": "Metal,Rock",
    "host_names": [
        "Jenn"
    ],
    "tagline": "Ticket give tonight! Giving away pairs of tickets to Antichrist Siege Machine at the Clockout Lounge on April 20 w/ Cystic, Spite, and Enthronement. Featuring Jensen Ward and Nick Turner.",
    "image_uri": "https://www.kexp.org/media/filer_public/34/11/3411b274-a4c7-4205-adc9-4ddd72c3d7ba/jenn_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/b5/54/b55468e1-08b1-44bc-a8b8-4dbcebb78346/seekdestroy-800x800.jpg",
    "start_time": "2024-03-30T23:57:46-07:00",
    "location": 1,
    "location_name": "Default"
}