Information about plays

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

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

{
    "id": 3593568,
    "uri": "https://api.kexp.org/v2/plays/3593568/?format=api",
    "airdate": "2025-12-20T18:01:00-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "364 Days",
    "track_id": null,
    "recording_id": "8f346058-609e-4a17-ba14-6f06f8818e37",
    "artist": "The Murder City Devils",
    "artist_ids": [
        "32705a3c-54cf-4e48-a3ab-2801157a09dc"
    ],
    "album": "Thelema",
    "release_id": null,
    "release_group_id": "3c9f0fdf-25e8-3998-affd-0b36e6d57b1d",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2001-09-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Whiskey and cookies on the mantle\nThe children asleep wait for Saint Nick\nWhile they sleep we can drink\nThe tree is hung - tribute to you\nAnd three hundred and sixty four days til I see you again\"\n\nhttps://www.youtube.com/watch?v=WA6Uel6RwqY",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}