Information about plays

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

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

{
    "id": 3595697,
    "uri": "https://api.kexp.org/v2/plays/3595697/?format=api",
    "airdate": "2025-12-25T05:45:11-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd6c726a-9687-4eaa-a85c-2ae6caa22a77/15858335100-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd6c726a-9687-4eaa-a85c-2ae6caa22a77/15858335100-250.jpg",
    "song": "Toyland",
    "track_id": null,
    "recording_id": "c52abbb4-5d55-4d3e-aec5-2ff767c9ec99",
    "artist": "Doris Day",
    "artist_ids": [
        "3db5dfb1-1b91-4038-8268-ae04d15b6a3e"
    ],
    "album": "The Doris Day Christmas Album",
    "release_id": null,
    "release_group_id": "f0fff931-adc0-36c0-8339-c3b86d00be15",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1964-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Doris Day Fun Facts: Doris Day, born Doris Kappelhoff, was a huge star known for her sweet image, but she was a serious smoker, had a fear of flying, and her dancing dreams ended with a car crash at 15. She briefly dated Ronald Reagan, was a top box-office draw for years, started the Doris Day Animal Foundation for animal welfare, and famously dismissed \"Que Sera, Sera\" as a kids' song before it became her signature hit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}