Information about shows

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

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

{
    "id": 53019,
    "uri": "https://api.kexp.org/v2/shows/53019/?format=api",
    "program": 18,
    "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
    "hosts": [
        90
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/90/?format=api"
    ],
    "program_name": "Variety Mix",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Lisa LeClair"
    ],
    "tagline": "Women’s Day at KEXP starts now on the Overnight! I’m with you till 5AM, we continue with Miss Ashley on Early, Morgan on the Morning Show, the Midday Show with Cheryl Waters, DJ Kennady on The Afternoon Show, & Drive Time with Evie!",
    "image_uri": "https://www.kexp.org/media/filer_public/e6/72/e67294dd-8715-4693-be37-c473c36447ea/lisaleclair_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/a6/1d/a61d8d3e-6bab-49df-a2d4-5a55c97fd5f4/variety-800x800.jpg",
    "start_time": "2022-03-01T01:00:01-08:00",
    "location": 1,
    "location_name": "Default"
}