Information about plays

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

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

{
    "id": 3641721,
    "uri": "https://api.kexp.org/v2/plays/3641721/?format=api",
    "airdate": "2026-04-13T22:36:37-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a429d90-f95f-4e71-86ce-39eb54afc6ee/11918800168-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a429d90-f95f-4e71-86ce-39eb54afc6ee/11918800168-250.jpg",
    "song": "Bent (Roi’s Song)",
    "track_id": null,
    "recording_id": "fa10a867-aa07-465d-aedc-56a15f46c089",
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Is The Is Are",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2016-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some years later it's been confirmed, are is the is",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}