Information about plays

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

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

{
    "id": 3597137,
    "uri": "https://api.kexp.org/v2/plays/3597137/?format=api",
    "airdate": "2025-12-28T10:23:03-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sugar in the Tank",
    "track_id": "21db32eb-26db-4533-995c-7823afb451d0",
    "recording_id": "1701b7ed-4a71-4262-8c2d-2d357394bcdd",
    "artist": "Julien Baker & TORRES",
    "artist_ids": [
        "9b422c81-017c-4f8f-a7a9-ba6229c29343",
        "e3bda984-f349-4924-b4b8-f72478bbb3f3"
    ],
    "album": "Send A Prayer My Way",
    "release_id": "5e7f8c7f-d876-49e2-a835-0cddcc03235f",
    "release_group_id": "d2499df0-5047-470e-aef5-34d18c87caf5",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fantastic collab!\n\n \"Julien Baker & TORRES’ Send A Prayer My Way was written and sung in the best of the outlaw tradition—\ndefiant, subversive, working class, and determined to wrestle not only with addiction, regret and bad decisions,\nbut also with oppressive systems of power.\"\n\nhttps://julienbakerandtorres.bandcamp.com/album/send-a-prayer-my-way",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}