Information about plays

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

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

{
    "id": 3577605,
    "uri": "https://api.kexp.org/v2/plays/3577605/?format=api",
    "airdate": "2025-11-13T10:09:02-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strong Swimmer",
    "track_id": "a112df3a-8606-4c2f-a428-4f4dd5cd4f49",
    "recording_id": "8843e95f-760a-448e-b002-80a9782173ea",
    "artist": "Shelby Earl",
    "artist_ids": [
        "69e2d47d-b16e-4a20-b954-921ec13e92c8"
    ],
    "album": "The Man Who Made Himself a Name",
    "release_id": "782eb6ae-045d-4c8b-b1d0-f1cf6ba30502",
    "release_group_id": "dcafe7ad-8c9e-44aa-a393-8d30a6c4dbc0",
    "labels": [
        "Nine Mile Records"
    ],
    "label_ids": [
        "0bf50925-76f2-4ea0-b584-fb7e5e938089"
    ],
    "release_date": "2017-03-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Shelby Earl is joining us for the Death & Music event being hosted by John Richards and taking place this Sunday at Town Hall. Full details here:\nhttps://www.kexp.org/events/kexp-events/death-music-2025/\n--\nShelby Earl performed this beautiful song in our Gathering Space in 2018 during our Music Heals: Mental Health show.: https://www.kexp.org/sessions/archive/shelby-earl-live-on-kexp-recorded-october-11-2018/\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}