Information about plays

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

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

{
    "id": 3542490,
    "uri": "https://api.kexp.org/v2/plays/3542490/?format=api",
    "airdate": "2025-08-20T13:29:09-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia601607.us.archive.org/18/items/mbid-0e75ccd9-a485-43ed-b5a9-e590c1491a0e/mbid-0e75ccd9-a485-43ed-b5a9-e590c1491a0e-24917593787_thumb500.jpg",
    "thumbnail_uri": "https://ia801607.us.archive.org/18/items/mbid-0e75ccd9-a485-43ed-b5a9-e590c1491a0e/mbid-0e75ccd9-a485-43ed-b5a9-e590c1491a0e-24917593787_thumb250.jpg",
    "song": "Marijuanaut’s Theme",
    "track_id": "5fcc2ced-bc38-4b0a-afa4-ec3f679d9382",
    "recording_id": "f0fd9a58-0b64-42dc-8e4f-c33829d8d0e9",
    "artist": "Sleep",
    "artist_ids": [
        "6fc69ec6-3e59-4ff7-849d-b5da932abe4d"
    ],
    "album": "The Sciences",
    "release_id": "0e75ccd9-a485-43ed-b5a9-e590c1491a0e",
    "release_group_id": "b6259fde-0c3a-40e7-85d0-51acefb4dc39",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2018-04-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 2018 album was the iconic stoner metal band's first studio album in almost two decades.  Pitchfork called it \"best new music\": https://pitchfork.com/reviews/albums/sleep-the-sciences/\n--\nWatch Sleep perform this song live in Copenhagen in 2018: https://www.youtube.com/watch?v=t05UKS7u-r8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}