Information about shows

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

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

{
    "id": 59799,
    "uri": "https://api.kexp.org/v2/shows/59799/?format=api",
    "program": 37,
    "program_uri": "https://api.kexp.org/v2/programs/37/?format=api",
    "hosts": [
        92
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/92/?format=api"
    ],
    "program_name": "Eastern Echoes",
    "program_tags": "Eclectic,Variety,World",
    "host_names": [
        "Diana Ratsamee"
    ],
    "tagline": "Welcome to Eastern Echoes! Tonight, we're going back to influential Asian artists that shaped hip hop culture across the Bay area to the Pacific. Plus, global tunes from AANHPI. Write in at dj@kexp.org or 206-903-5397",
    "image_uri": "https://www.kexp.org/filer/canonical/1698163506/29641/",
    "start_time": "2024-03-28T19:00:44-07:00"
}