Information about plays

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

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

{
    "id": 3633809,
    "uri": "https://api.kexp.org/v2/plays/3633809/?format=api",
    "airdate": "2026-03-26T08:26:18-07:00",
    "show": 66283,
    "show_uri": "https://api.kexp.org/v2/shows/66283/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-5ea10f25-59ce-419c-91c9-ac2a5b5e1fe8/mbid-5ea10f25-59ce-419c-91c9-ac2a5b5e1fe8-15126484731_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-5ea10f25-59ce-419c-91c9-ac2a5b5e1fe8/mbid-5ea10f25-59ce-419c-91c9-ac2a5b5e1fe8-15126484731_thumb250.jpg",
    "song": "On Hold",
    "track_id": "6ac0aa2e-19cf-4b30-bbbb-2ac3b6fd03a3",
    "recording_id": "f61bda3c-2b03-490e-b58d-71146a8b2cf0",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "I See You",
    "release_id": "5ea10f25-59ce-419c-91c9-ac2a5b5e1fe8",
    "release_group_id": "8f7e23d4-8b15-491f-b006-4a9ff5a41229",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2017-01-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On Hold\" samples Daryl Hall and John Oates' \"I Can't Go for That (No Can Do).\"\n--\n Daryl Hall has commented on the band’s use of his work. “It’s always interesting to hear what somebody does with my songs,” he said. “After a song is written, it belongs to the world and can be interpreted anyway they want. As long as I get paid, of course. Have fun and pay me.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}