Information about plays

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

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

{
    "id": 3667633,
    "uri": "https://api.kexp.org/v2/plays/3667633/?format=api",
    "airdate": "2026-06-14T01:51:44-07:00",
    "show": 66983,
    "show_uri": "https://api.kexp.org/v2/shows/66983/?format=api",
    "image_uri": "https://coverartarchive.org/release/7900d2b9-0d98-4a66-92c1-c47d90750031/6631616700-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7900d2b9-0d98-4a66-92c1-c47d90750031/6631616700-250.jpg",
    "song": "Affliction",
    "track_id": null,
    "recording_id": "2d4f3a4a-94bc-4aa0-bec0-7eabc29816d5",
    "artist": "SubRosa",
    "artist_ids": [
        "aa1c41d7-7836-42d0-8e0e-b5d565767db6"
    ],
    "album": "More Constant Than the Gods",
    "release_id": null,
    "release_group_id": "fd11cada-e35a-4eb7-9ee9-9e024f404ee8",
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2013-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Ritchie in Des Moines, WA\n\nSubrosa will be playing an exclusive reunion set at the Fire in the Mountains Festival at Red Eagle Campground in Montana July 23rd - 26th.\n\nhttps://www.fitmfest.com/\nhttps://www.facebook.com/SubrosaSLC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}