Information about shows

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

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

{
    "id": 59790,
    "uri": "https://api.kexp.org/v2/shows/59790/?format=api",
    "program": 33,
    "program_uri": "https://api.kexp.org/v2/programs/33/?format=api",
    "hosts": [
        27
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/27/?format=api"
    ],
    "program_name": "Drive Time",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Kevin Cole"
    ],
    "tagline": "Happy Wednesday-tell us what you'd like to hear!  dj@kexp.org",
    "image_uri": "https://www.kexp.org/filer/canonical/1529968117/10616/",
    "start_time": "2024-03-27T16:02:37-07:00"
}