Information about plays

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

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

{
    "id": 3640995,
    "uri": "https://api.kexp.org/v2/plays/3640995/?format=api",
    "airdate": "2026-04-12T00:26:45-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/4994a432-ba37-4c95-951d-830936163dfd/42654419510-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4994a432-ba37-4c95-951d-830936163dfd/42654419510-250.jpg",
    "song": "Execution Wheel",
    "track_id": null,
    "recording_id": "016cf829-3ba8-499e-a410-6dc6fc0ee61a",
    "artist": "Hedonist",
    "artist_ids": [
        "314cdeb9-d844-4d20-a3a1-621527a77315"
    ],
    "album": "Scapulimancy",
    "release_id": null,
    "release_group_id": "30bcfd56-56b3-43ed-ab83-22fb45a9860f",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another band playing the Northwest Terror Fest is Hedonist, a death metal trio based in Victoria, BC. https://northwestterrorfest.com/ https://southernlord.com/band/hedonist/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}