Information about plays

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

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

{
    "id": 3667626,
    "uri": "https://api.kexp.org/v2/plays/3667626/?format=api",
    "airdate": "2026-06-14T01:18:00-07:00",
    "show": 66983,
    "show_uri": "https://api.kexp.org/v2/shows/66983/?format=api",
    "image_uri": "https://coverartarchive.org/release/a5386949-adc2-44b3-99bc-d6df61b1d95d/34961785219-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a5386949-adc2-44b3-99bc-d6df61b1d95d/34961785219-250.jpg",
    "song": "Spawn Of Ignorance",
    "track_id": null,
    "recording_id": "fc829347-2c81-41c3-8eef-1d54e10eb4ef",
    "artist": "Rottrevore",
    "artist_ids": [
        "4b6d8abf-3657-42b1-9a55-bda3464be3fd"
    ],
    "album": "Iniquitous",
    "release_id": null,
    "release_group_id": "fc0be089-82e8-324d-8ae5-c19930578d2f",
    "labels": [
        "Xtreem Music"
    ],
    "label_ids": [
        "8cbabed8-4c00-4fc1-9223-b4e19610b6b7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Belle Vernon, PA in 1989.  They reunited in 2021 but have not released any new material yet.\n\nhttps://xtreemmusic.bandcamp.com/album/iniquitous",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}