Information about plays

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

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

{
    "id": 3624987,
    "uri": "https://api.kexp.org/v2/plays/3624987/?format=api",
    "airdate": "2026-03-03T23:15:09-08:00",
    "show": 66085,
    "show_uri": "https://api.kexp.org/v2/shows/66085/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smugglers & Scholars",
    "track_id": "24ecefdc-effa-44d8-b218-1266bc320b7d",
    "recording_id": "9e4d2e0a-9199-4826-a140-0a0a8d9b689a",
    "artist": "KNEECAP",
    "artist_ids": [
        "6ac275dd-eb37-42cf-9a60-6b147320c7be"
    ],
    "album": "FENIAN",
    "release_id": "1ab785c7-afaf-4a16-a367-f15358048c23",
    "release_group_id": "3dda3379-dfa3-4f1a-95b3-2eb70d3b74ee",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2026-04-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}