Information about plays

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

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

{
    "id": 3546959,
    "uri": "https://api.kexp.org/v2/plays/3546959/?format=api",
    "airdate": "2025-08-31T00:01:05-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blotted Inside",
    "track_id": null,
    "recording_id": null,
    "artist": "Innumerable Forms",
    "artist_ids": [
        "bbc98b1f-ec15-4d56-b31a-3d3c09b745aa"
    ],
    "album": "Pain Effulgence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pain Effulgence, the third LP from INNUMERABLE FORMS sees founder Justin DeTore and crew, them being guitarists Chris Ulsh (who also handles bass on the LP) and Iron Lung's Jensen Ward with drummer Connor Donegan, deliver their most powerful tectonic-shifting release yet.\n\nhttps://innumerableforms.bandcamp.com/album/pain-effulgence\nhttps://profoundlorerecords.merchtable.com/search?q=innumerable%20forms%2F",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}