Information about plays

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

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

{
    "id": 3641093,
    "uri": "https://api.kexp.org/v2/plays/3641093/?format=api",
    "airdate": "2026-04-12T06:50:49-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "THE MYTH OF THE ALPHA WOLF",
    "track_id": null,
    "recording_id": null,
    "artist": "Laura Cannell",
    "artist_ids": [
        "158f3639-cde0-41b5-9790-21ecf0a717f3"
    ],
    "album": "AURORAE",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Brawl"
    ],
    "label_ids": [],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new album from British composr Laura Cannell ~ https://brawlrecords.bandcamp.com/album/aurorae",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}