Information about plays

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

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

{
    "id": 3569972,
    "uri": "https://api.kexp.org/v2/plays/3569972/?format=api",
    "airdate": "2025-10-25T21:45:58-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/82d2705c-16ff-4f34-8af7-f244b62f0133/16968771994-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82d2705c-16ff-4f34-8af7-f244b62f0133/16968771994-250.jpg",
    "song": "I Drink Blood",
    "track_id": null,
    "recording_id": "7d32ba89-0564-4f54-a307-ccb623d02e34",
    "artist": "Rocket From the Crypt",
    "artist_ids": [
        "e297ecdf-64ec-4e34-899d-80380f5b0c2a"
    ],
    "album": "Halloween Hootenanny",
    "release_id": null,
    "release_group_id": "5326f4d8-3984-300f-ba2b-69302763f163",
    "labels": [
        "Zombie-A-Go-Go Records"
    ],
    "label_ids": [
        "35eeec16-a621-44e7-b1db-42145f246f4b"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Ron in Bremerton, WA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}