Information about plays

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

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

{
    "id": 3597989,
    "uri": "https://api.kexp.org/v2/plays/3597989/?format=api",
    "airdate": "2025-12-30T11:52:37-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Tambourine",
    "track_id": "d14eb09c-3e87-32f3-a8a8-a961f8da5b50",
    "recording_id": "b4424653-f3b4-4219-acf3-bc9db190c385",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Guero",
    "release_id": "c3619bbc-887b-4012-9024-0b7806333c4d",
    "release_group_id": "e49e2f8a-94c0-3dcf-8ce6-9bc52a1a7867",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Black Tambourine\" began life as an early live experimentation based upon the beat from Serge Gainsbourg's song \"Requiem Pour Un Con.\" \n\nBeck calls the beat a \"Bo Diddley / Adam Ant party.\" https://www.beck.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}