Information about plays

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

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

{
    "id": 3625050,
    "uri": "https://api.kexp.org/v2/plays/3625050/?format=api",
    "airdate": "2026-03-04T02:52:43-08:00",
    "show": 66086,
    "show_uri": "https://api.kexp.org/v2/shows/66086/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Under (More) Punches",
    "track_id": "d3a55b0e-f10a-47dc-aac2-01dfec2b67ac",
    "recording_id": "64bbe39e-3770-4c2d-b44f-c83dddf8a53a",
    "artist": "Theo Croker feat. Theophilus London",
    "artist_ids": [
        "806df23f-ad74-45c1-9c07-f3d1a20748d6",
        "2c7bc024-3d96-4051-b0ec-b65229df1419"
    ],
    "album": "Naive Melodies",
    "release_id": "11f060a9-59b5-4071-9878-8db8998aa23c",
    "release_group_id": "dcfc09af-77c6-4c4d-b661-3d53536251bf",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Naive Melodies is a bold and visionary tribute to the music of Talking Heads, reinterpreted through the lens of Black musical innovation. Curated by Drew McFadden — the creative mind behind BBE’s acclaimed Modern Love (David Bowie tribute album) — this new collection dives deep into the Afro-diasporic rhythms and experimental soul roots that helped shape Talking Heads’ unmistakable New Wave sound. https://bbemusic.com/product/naive-melodies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}