Information about plays

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

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

{
    "id": 3632530,
    "uri": "https://api.kexp.org/v2/plays/3632530/?format=api",
    "airdate": "2026-03-22T23:12:43-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "https://coverartarchive.org/release/20f2b3df-7ddf-430f-9dc0-5e41b8878e35/3848616455-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20f2b3df-7ddf-430f-9dc0-5e41b8878e35/3848616455-250.jpg",
    "song": "Coffeehouse Conversation (Plaid Remix)",
    "track_id": null,
    "recording_id": "0e6f46e7-64c0-4f7c-b55a-8f33f92c96b2",
    "artist": "UNKLE",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3"
    ],
    "album": "The Time Has Come E.P.",
    "release_id": null,
    "release_group_id": "62b7541c-eeb0-3e6d-9baa-535108fd0780",
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This UNKLE song 3was remixed by Plaid, who are 2/3 of The Black Dog!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}