Information about shows

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

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

{
    "id": 65544,
    "uri": "https://api.kexp.org/v2/shows/65544/?format=api",
    "program": 12,
    "program_uri": "https://api.kexp.org/v2/programs/12/?format=api",
    "hosts": [
        88
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/88/?format=api"
    ],
    "program_name": "Street Sounds",
    "program_tags": "Hip Hop",
    "host_names": [
        "DJ Yaddy"
    ],
    "tagline": "HAPPY FRIDAY & HAPPY NEW YEAR FROM DJ YADDY!!! We vibing tonight, EASILY. Get into this 2026 with me. We chillin' tonight staying warm with the cozy beats and bars. REAL LIFE IN THIS MIX!!",
    "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/b2/0f/b20fab17-d8ff-4aaf-8b52-5a8432b6f9da/streetsounds-800x800.jpg",
    "start_time": "2026-01-02T22:00:00-08:00",
    "location": 1,
    "location_name": "Default"
}