Information about shows

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

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

{
    "id": 59798,
    "uri": "https://api.kexp.org/v2/shows/59798/?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 Thursday! Drive Time loves you. Thanks for joining us; we have goodies in store for you! So how're you doing? Have a story to share, or song you'd like to hear? Write us at dj@kexp.org or text 206-903-5397; we'd love to hear from you.",
    "image_uri": "https://www.kexp.org/filer/canonical/1529968117/10616/",
    "start_time": "2024-03-28T16:00:36-07:00"
}