Information about shows

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

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

{
    "id": 56054,
    "uri": "https://api.kexp.org/v2/shows/56054/?format=api",
    "program": 33,
    "program_uri": "https://api.kexp.org/v2/programs/33/?format=api",
    "hosts": [
        88
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/88/?format=api"
    ],
    "program_name": "Drive Time",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "DJ Yaddy"
    ],
    "tagline": "DRIVE TIME W/ DJ YADDY & LACE CADANCE!! Bringing the energy, Afrobeats + HipHop!! Lets Go! Positive vibrations coming your way! BLACK HISTORY IS NOW!!! We love you KEXP listeners. Follow @DJYADDY & @LACECADENCE !!!!",
    "image_uri": "https://www.kexp.org/media/filer_public/8b/2d/8b2d629e-4542-4af7-b694-66b49a213582/yaddy_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/d5/4b/d54bb066-bf8a-413b-beea-4819cb148654/drivetime-800x800.jpg",
    "start_time": "2023-02-01T16:00:00-08:00",
    "location": 1,
    "location_name": "Default"
}