Information about plays

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

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

{
    "id": 3540865,
    "uri": "https://api.kexp.org/v2/plays/3540865/?format=api",
    "airdate": "2025-08-16T18:56:03-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "https://coverartarchive.org/release/79151003-1409-4cd9-ac1f-065ebd17111f/41871541699-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79151003-1409-4cd9-ac1f-065ebd17111f/41871541699-250.jpg",
    "song": "The Cowboy's Carcass",
    "track_id": null,
    "recording_id": "b0ad7a3a-cc9a-457c-bd0c-9f149a7a1ea6",
    "artist": "SENTRIES",
    "artist_ids": [
        "fa2be596-30ec-4111-bb27-f136a082fb4f"
    ],
    "album": "Gem of the West",
    "release_id": null,
    "release_group_id": "976f5901-e1bf-48ef-be37-d8a808fc0b05",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Noise rock from Vancouver, BC! Currently based in Alberta.\n\nhttps://sentriesband.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}