Information about plays

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

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

{
    "id": 3552760,
    "uri": "https://api.kexp.org/v2/plays/3552760/?format=api",
    "airdate": "2025-09-14T00:12:35-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f6b302f-29cc-4848-b401-a385f9e305a4/14051130433-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f6b302f-29cc-4848-b401-a385f9e305a4/14051130433-250.jpg",
    "song": "Chaoplasm",
    "track_id": null,
    "recording_id": "d642e6ba-e756-4b22-bea4-f4d0234118e3",
    "artist": "Blood Incantation",
    "artist_ids": [
        "a5f0f298-776a-4909-bc09-4fd56a680542"
    ],
    "album": "Starspawn",
    "release_id": null,
    "release_group_id": "3c3a5145-31b2-498d-a36e-74cbe3cc4c10",
    "labels": [
        "Dark Descent"
    ],
    "label_ids": [
        "62a84932-c6c3-4cac-88f5-e41460e2fa13"
    ],
    "release_date": "2016-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blood Incantation is currently touring Europe and will be performing at the Decibel Metal and Beer Festival in Denver, CO on Saturday, December 5th with Acid Bath, Panopticon, Castrator, and many more.\n\nhttps://bloodincantation.bandcamp.com/album/absolute-elsewhere\nhttps://www.songkick.com/festivals/1802279-decibel-metal-beer-fest/id/42496514-decibel-metal--beer-fest-2025\nhttps://www.facebook.com/BloodIncantationOfficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}