Information about plays

list: List of plays
retrieve: Information about a specific play by ID

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

{
    "id": 3633946,
    "uri": "https://api.kexp.org/v2/plays/3633946/?format=api",
    "airdate": "2026-03-26T16:08:55-07:00",
    "show": 66286,
    "show_uri": "https://api.kexp.org/v2/shows/66286/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-f185e21d-80f1-30b2-ae88-8c2ce41f82da/mbid-f185e21d-80f1-30b2-ae88-8c2ce41f82da-12650767240_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-f185e21d-80f1-30b2-ae88-8c2ce41f82da/mbid-f185e21d-80f1-30b2-ae88-8c2ce41f82da-12650767240_thumb250.jpg",
    "song": "Mahna Mahna",
    "track_id": "6e674d87-c052-3eeb-add9-1b182d157129",
    "recording_id": "5f897ddd-3c38-4234-aa64-f5926808a80c",
    "artist": "The Muppets",
    "artist_ids": [
        "2ca340a6-e8f2-489d-90c2-f37c5c802d49"
    ],
    "album": "The Muppet Show",
    "release_id": "ba2ccb0a-9877-3b42-87b6-6d1615404a07",
    "release_group_id": "46e83eae-8b1c-3c21-8b37-e43541963438",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP is absolutely it's own Muppet Show. A cast of loveable oddballs, bound together, making spontaneous magic everyday. And lots of flying chickens. \n\nAnd, here's the cute Mahna Mahna video: https://www.youtube.com/watch?v=TbZ_hTEOKZc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}