Information about plays

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

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

{
    "id": 3603494,
    "uri": "https://api.kexp.org/v2/plays/3603494/?format=api",
    "airdate": "2026-01-12T15:19:16-08:00",
    "show": 65633,
    "show_uri": "https://api.kexp.org/v2/shows/65633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Estimated Prophet",
    "track_id": null,
    "recording_id": "aa996068-be77-4315-8c95-17a4b687c0e1",
    "artist": "David Murray Octet",
    "artist_ids": [
        "6a33413b-0e85-4b3f-bff5-2f673ae14a5b"
    ],
    "album": "Dark Star (The Music of the Grateful Dead)",
    "release_id": null,
    "release_group_id": "57969afe-f163-3e88-8d55-721c12f83bf4",
    "labels": [
        "Astor Place"
    ],
    "label_ids": [
        "9a5089ad-a166-4c8e-a3cf-cc8f0fed97a3"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Eric\n--\nhttps://www.discogs.com/master/629880-David-Murray-Octet-Dark-Star-The-Music-Of-The-Grateful-Dead?srsltid=AfmBOopof3R43iGNs5VMhWMBC6VYQWdTDHR7PvFpoI4pWxnJYymG0rVg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}