Information about plays

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

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

{
    "id": 3543998,
    "uri": "https://api.kexp.org/v2/plays/3543998/?format=api",
    "airdate": "2025-08-23T23:55:41-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/2a03165b-ceb0-4e3b-b8ef-702b26c4cb52/36948455714-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2a03165b-ceb0-4e3b-b8ef-702b26c4cb52/36948455714-250.jpg",
    "song": "People Are Nuclear Poisoning",
    "track_id": null,
    "recording_id": "6ef76bb2-d993-4790-a4a8-ae17ea765aca",
    "artist": "Confuse",
    "artist_ids": [
        "7349f02d-3be4-435b-af69-55742979ca67"
    ],
    "album": "Atrocious Madness",
    "release_id": null,
    "release_group_id": "f0761875-03bb-4ef1-8308-e7ebcf89c8c1",
    "labels": [
        "Dead"
    ],
    "label_ids": [
        "cd2a00e9-4e72-46f6-93ed-0eefd6a8345f"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Confuse was a noise punk hardcore band that started in Kyushu, Japan and was active during the 80's.\n\nhttps://distort-japan.bandcamp.com/album/nuclear-addicts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}