Information about plays

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

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

{
    "id": 3633565,
    "uri": "https://api.kexp.org/v2/plays/3633565/?format=api",
    "airdate": "2026-03-25T17:12:59-07:00",
    "show": 66278,
    "show_uri": "https://api.kexp.org/v2/shows/66278/?format=api",
    "image_uri": "https://dn720708.ca.archive.org/0/items/mbid-1a3a8c1c-34df-42da-b362-c53d8da010f7/mbid-1a3a8c1c-34df-42da-b362-c53d8da010f7-9313455377_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-1a3a8c1c-34df-42da-b362-c53d8da010f7/mbid-1a3a8c1c-34df-42da-b362-c53d8da010f7-9313455377_thumb250.jpg",
    "song": "Making Flippy Floppy",
    "track_id": "27036ea9-31c5-302e-bfbe-10b7cac8ea40",
    "recording_id": "628f5e57-0e8d-4ab9-9356-ac9bbbc33a96",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Speaking in Tongues",
    "release_id": "1a3a8c1c-34df-42da-b362-c53d8da010f7",
    "release_group_id": "8a7a9db3-f87b-37d5-96a6-67485a8792e6",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Byrne & Talking Heads!\n\nIn addition to the four band members, the track features guitar by Alex Weir and double violin by Lakshminarayana Shankar. According to the album credits, David Byrne is playing percussion.: https://www.ethanhein.com/wp/2022/making-flippy-floppy/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}