Information about plays

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

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

{
    "id": 3618377,
    "uri": "https://api.kexp.org/v2/plays/3618377/?format=api",
    "airdate": "2026-02-16T18:15:27-08:00",
    "show": 65952,
    "show_uri": "https://api.kexp.org/v2/shows/65952/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8122c66-af90-4210-820e-ff17e1e7d557/23074279980-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8122c66-af90-4210-820e-ff17e1e7d557/23074279980-250.jpg",
    "song": "I've Decided to Leave Here Forever",
    "track_id": null,
    "recording_id": "c1c1e4ea-e98e-4afd-b15a-76bc4116295c",
    "artist": "Robert Duvall",
    "artist_ids": [
        "d2a2996e-2e25-4c43-b32d-61962b197b76"
    ],
    "album": "Tender Mercies",
    "release_id": null,
    "release_group_id": "ef9943a5-95df-497b-be3c-ce04ea075a85",
    "labels": [
        "Liberty"
    ],
    "label_ids": [
        "f1452309-a828-4665-a70c-aacdf94d154b"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Robert Duvall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}