Information about plays

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

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

{
    "id": 3597931,
    "uri": "https://api.kexp.org/v2/plays/3597931/?format=api",
    "airdate": "2025-12-30T08:32:51-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Houston",
    "track_id": "f4554e59-267d-4018-8515-771edd0235e2",
    "recording_id": "ac4bfcb6-4dcb-4f91-baf0-7af2332f70bc",
    "artist": "Allah-Las",
    "artist_ids": [
        "cfd1fdcc-3c1d-4854-a500-31d96a6d5184"
    ],
    "album": "LAHS",
    "release_id": "1b19e737-2bf6-4324-b338-91a3a353dd46",
    "release_group_id": "ffa2d614-50c5-40d8-9752-40af74942d56",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the LA band’s 2016 Roadhouse session https://www.youtube.com/watch?v=X9fjj0moj_U&t=174s\n\nPlaying The Fillmore in SF 10/25 https://www.livenation.com/event/G5vYZbaU3Bvwo/allah-las\n\nhttps://allah-las.bandcamp.com/album/lahs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}