Information about plays

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

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

{
    "id": 3667561,
    "uri": "https://api.kexp.org/v2/plays/3667561/?format=api",
    "airdate": "2026-06-13T21:51:58-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/946ec8ea-25a0-43fa-94cd-6537e423e5af/15302763671-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/946ec8ea-25a0-43fa-94cd-6537e423e5af/15302763671-250.jpg",
    "song": "Disgusteen",
    "track_id": null,
    "recording_id": "1b9e6de4-1be8-42d0-a41d-6b565a177fd9",
    "artist": "Teenage Head",
    "artist_ids": [
        "b861073d-0bf1-49c7-875f-c884a26cc9bf"
    ],
    "album": "Frantic City",
    "release_id": null,
    "release_group_id": "159d7bf9-2c0d-36a2-ae21-307cea596256",
    "labels": [
        "Attic"
    ],
    "label_ids": [
        "8b136849-43fc-4b4b-bc63-b494d01851dc"
    ],
    "release_date": "1980-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frantic City was certified Platinum in Canada in 1983.\n\nOn August 7, 2022, original member Gord Lewis was found murdered in his home at age 65. His son Jonathan Lewis was arrested shortly after the crime and charged with second-degree murder. Teenage Head said the band will continue with performances following Lewis' murder, as was his wish.  RIP\n\nhttps://www.facebook.com/teenagehead",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}