Information about plays

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

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

{
    "id": 3634828,
    "uri": "https://api.kexp.org/v2/plays/3634828/?format=api",
    "airdate": "2026-03-28T20:21:39-07:00",
    "show": 66306,
    "show_uri": "https://api.kexp.org/v2/shows/66306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "kali flower",
    "track_id": null,
    "recording_id": null,
    "artist": "nothingland",
    "artist_ids": [
        "5ac1881d-8059-4c48-b993-686c7f99548c"
    ],
    "album": "No Sun",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Ellensburg https://nothingland.bandcamp.com/album/no-sun-2\n\nUpcoming Shows!\n4/16 - Tacoma - Real Art\n4/17 - Seattle - Black Lodge\n4/18 - Bellingham- Makeshift Art",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}