Information about plays

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

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

{
    "id": 3592644,
    "uri": "https://api.kexp.org/v2/plays/3592644/?format=api",
    "airdate": "2025-12-18T10:10:54-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ballad of Hollis Brown",
    "track_id": "b3ff9106-ffa9-4ebc-952e-44e68238b753",
    "recording_id": "c1fb21bd-b977-47e6-a024-1541d09e809d",
    "artist": "David Lynch",
    "artist_ids": [
        "752d58e6-d33f-4dcd-b40c-37acc14242f2"
    ],
    "album": "The Big Dream",
    "release_id": "bf7683c3-7772-4388-8e12-3b367b59a505",
    "release_group_id": "33abba86-6e51-4b83-bbc9-3e0ddb567dd3",
    "labels": [
        "Sunday Best Recordings"
    ],
    "label_ids": [
        "bbb06675-c020-4258-aecb-8484321a5a27"
    ],
    "release_date": "2013-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Big Dream,\" David Lynch's second full-length solo album, features 11 original songs, plus a cover of Bob Dylan's \"The Ballad of Hollis Brown\". In a press release,  Lynch described the music of the album as \"modern blues\" and said, \"Most of the songs start out as a type of blues jam and then we go sideways from there. What comes out is a hybrid, modernized form of low-down blues.\"\n--\nHere's a link to David's filmorgraphy, with his first film going back to 1977's 'Eraserhead'.\n\nhttps://en.wikipedia.org/wiki/David_Lynch_filmography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}