Information about plays

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

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

{
    "id": 3543988,
    "uri": "https://api.kexp.org/v2/plays/3543988/?format=api",
    "airdate": "2025-08-23T23:35:58-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fight",
    "track_id": null,
    "recording_id": "5a4e2c75-9da1-4a03-8624-3e7734b5f317",
    "artist": "The Derelicts",
    "artist_ids": [
        "7747804a-3749-4b2c-96bd-f6688528e990"
    ],
    "album": "I Don't Wanna Live",
    "release_id": null,
    "release_group_id": "63e85cc3-27b4-4ddd-bf97-33759d8163c9",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1991-11-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "\"RIP Duane Bodenheimer of the Derelicts, who has passed away this week after a long battle with cancer. One of the nicest guys you could ever meet and the Seattle punk scene's greatest ambassador\" https://www.facebook.com/rocknrollfreaks\n\nhttps://www.subpop.com/artists/derelicts/discography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}