Information about plays

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

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

{
    "id": 3544637,
    "uri": "https://api.kexp.org/v2/plays/3544637/?format=api",
    "airdate": "2025-08-25T12:44:28-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Banana O'Clock",
    "track_id": "59df6c92-3485-4618-9cb2-0d0d50a20ce8",
    "recording_id": "b949ac7d-3380-411d-8c92-826876acd2d3",
    "artist": "Bread & Butter",
    "artist_ids": [
        "f44faa22-e7b5-401b-9016-e34f4b06427b"
    ],
    "album": "Psycho World",
    "release_id": "bb9666e5-7a26-4149-8477-764844d9d6f9",
    "release_group_id": "48c224f6-8100-4c0d-8cde-8323c084bd26",
    "labels": [
        "Killroom Records"
    ],
    "label_ids": [
        "48a387e0-1253-4912-9245-8e40024447b7"
    ],
    "release_date": "2020-06-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Seattle band Bread & Butter in the KEXP Studio: https://www.youtube.com/watch?v=04ZVtU4QF_k.\n\nTrue to their name, Bread & Butter keep it plain and simple, yet still rockin at the same time!\n\nhttps://breadnbutter.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}