Information about plays

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

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

{
    "id": 3641140,
    "uri": "https://api.kexp.org/v2/plays/3641140/?format=api",
    "airdate": "2026-04-12T09:51:43-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8d50529-8de6-4c66-91cb-e53612d99bd4/44624176943-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8d50529-8de6-4c66-91cb-e53612d99bd4/44624176943-250.jpg",
    "song": "If You Change",
    "track_id": null,
    "recording_id": "3787e8b4-28ed-4d37-b5a2-e922ecf53bc9",
    "artist": "Widowspeak",
    "artist_ids": [
        "ef9d28db-a1b7-4957-aa79-ed289a77ce10"
    ],
    "album": "Roses",
    "release_id": null,
    "release_group_id": "02798d4a-3539-40c9-9acc-f590eea89b01",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2026-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the NY, NY band’s June 5 upcoming album. Playing Pickathon; Barboza, Seattle 7/30; and Bottom of the Hill, SF 8/4\nhttps://widowspeak.bandcamp.com/album/roses",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}