Information about plays

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

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

{
    "id": 3584991,
    "uri": "https://api.kexp.org/v2/plays/3584991/?format=api",
    "airdate": "2025-11-30T12:27:10-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "End Of The Road",
    "track_id": "129a79c0-4479-4a02-adc1-094da4080355",
    "recording_id": "5a8d4ccc-f9c5-4e70-ba85-2c36b925d909",
    "artist": "Noga Erez",
    "artist_ids": [
        "06479724-ee7d-471e-a3d4-4554330a0293"
    ],
    "album": "KIDS",
    "release_id": "bb2d8594-8a31-4aae-a5c5-5068cbbfd32f",
    "release_group_id": "67303df2-0274-47e9-9b2f-66596eaaf90b",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2021-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer, songwriter and producer Noga Erez hosted an exclusive guest DJ mix for KEXP's Midnight in a Perfect World back in 2017: https://www.kexp.org/read/2017/8/29/midnight-in-a-perfect-world-noga-erez/ \n\nhttps://nogaerez.bandcamp.com/album/kids\nhttps://nogaerez.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}