Information about plays

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

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

{
    "id": 3594954,
    "uri": "https://api.kexp.org/v2/plays/3594954/?format=api",
    "airdate": "2025-12-23T15:57:49-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glammy Little Christmas",
    "track_id": null,
    "recording_id": "997830d1-35b3-43e6-92b7-3e11c0a05dac",
    "artist": "Cleaners From Venus",
    "artist_ids": [
        "1cf5f079-706d-4b1f-9de9-0bf8e298cc97"
    ],
    "album": "Rose of the Lanes",
    "release_id": null,
    "release_group_id": "fed723b8-ac0a-4f76-8391-b9478574cf04",
    "labels": [
        "Soft Bodies Records"
    ],
    "label_ids": [
        "949bd5dc-dddf-47d0-83f5-e1a48edb1d79"
    ],
    "release_date": "2015-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Cleaners from Venus are these four 70 year-old guys in a band who dress the same and look a bit like each other. They have loads of tawdry adventures, usually with a group of over made-up women a few years younger than themselves. As a consequence they often spend their free time in prayer and quiet contemplation trying to atone for a shared guilt which they find very difficult to process\"\n\nhttps://thecleanersfromvenus.bandcamp.com/album/rose-of-the-lanes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}