Information about plays

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

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

{
    "id": 3593657,
    "uri": "https://api.kexp.org/v2/plays/3593657/?format=api",
    "airdate": "2025-12-20T20:25:55-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas in the Northwest",
    "track_id": null,
    "recording_id": "e0e3d2e9-f325-40de-bb7c-8e87dbd6b00c",
    "artist": "Brenda Kutz White",
    "artist_ids": [
        "500b4664-0a11-4797-93fa-483f645ce50e"
    ],
    "album": "An Evening in December",
    "release_id": null,
    "release_group_id": "e9cff3cb-402d-413f-8416-9ba05a9d4ef4",
    "labels": [
        "Aslan Records"
    ],
    "label_ids": [
        "969495b2-1871-4759-89f2-99fd30fec2e9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}