Information about plays

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

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

{
    "id": 3569926,
    "uri": "https://api.kexp.org/v2/plays/3569926/?format=api",
    "airdate": "2025-10-25T20:14:51-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glad All Over",
    "track_id": null,
    "recording_id": "ea67dc5e-8167-4595-89bc-9ef461c1fa23",
    "artist": "Fitz of Depression",
    "artist_ids": [
        "45545a35-551c-42f0-ad54-d0f689005671"
    ],
    "album": "Lie / Glad All Over",
    "release_id": null,
    "release_group_id": "dde7474a-8312-4354-9265-0e28fe3e71bd",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Olympia punks Fitz of Depression covering this classic song from the Dave Clark Five!\n\nhttps://www.youtube.com/watch?v=ZlCwz7LsUrM",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}