Information about plays

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

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

{
    "id": 3633499,
    "uri": "https://api.kexp.org/v2/plays/3633499/?format=api",
    "airdate": "2026-03-25T12:39:43-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c803067-f0af-4717-a1c3-7167301cc9a4/1916458000-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c803067-f0af-4717-a1c3-7167301cc9a4/1916458000-250.jpg",
    "song": "John the Revelator (UNKLE reconstruction)",
    "track_id": null,
    "recording_id": "8cd16e91-cf7d-4d66-9948-404c47633407",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Remixes 2: 81–11",
    "release_id": null,
    "release_group_id": "f404c0a2-34fe-4f54-9f34-6e5081c4474a",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2011-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another UNKLE remix!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}