Information about plays

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

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

{
    "id": 3611687,
    "uri": "https://api.kexp.org/v2/plays/3611687/?format=api",
    "airdate": "2026-02-01T01:12:39-08:00",
    "show": 65809,
    "show_uri": "https://api.kexp.org/v2/shows/65809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crucifix Wound",
    "track_id": null,
    "recording_id": null,
    "artist": "Dune Mear",
    "artist_ids": [],
    "album": "Crucifix Wound",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vermignosis"
    ],
    "label_ids": [
        "3845053e-f0d5-41b6-9ab6-91820735d028"
    ],
    "release_date": "2022-11-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Debut and only full-length release from this mysterious solo project out of Washington.\n\nReleased on cassette via Grime Stone Records.\n\nhttps://dunemear.bandcamp.com/album/crucifix-wound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}