Information about plays

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

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

{
    "id": 3641239,
    "uri": "https://api.kexp.org/v2/plays/3641239/?format=api",
    "airdate": "2026-04-12T15:38:31-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://coverartarchive.org/release/91365640-4a8e-44e2-bb1f-8fa3a5c37e0e/26939406726-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/91365640-4a8e-44e2-bb1f-8fa3a5c37e0e/26939406726-250.jpg",
    "song": "Ceremony",
    "track_id": null,
    "recording_id": "5843683a-6f1e-4e41-994d-1969ada11b03",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Low‐Life",
    "release_id": null,
    "release_group_id": "69be20bc-189f-3e40-8486-6fba8459f6a0",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1985-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This is Chuck in Portland. Today I learned of the passing of my friend Grant Medieros, aka DJ Skip. He had been a popular DJ in San Francisco. Most recently, he had hosted Tuesday Night Tunes on Mix Cloud. I would like to request one of his favorites, Ceremony by New Order.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}