Information about plays

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

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

{
    "id": 3605784,
    "uri": "https://api.kexp.org/v2/plays/3605784/?format=api",
    "airdate": "2026-01-18T00:58:48-08:00",
    "show": 65680,
    "show_uri": "https://api.kexp.org/v2/shows/65680/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bodhidharma",
    "track_id": null,
    "recording_id": null,
    "artist": "Agriculture",
    "artist_ids": [
        "f703c668-fb24-42ab-8cc9-7debfd6ba783"
    ],
    "album": "The Spiritual Sound",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Flenser"
    ],
    "label_ids": [
        "ebcfe512-d267-4964-9642-3863c64e6674"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Agriculture have are about to kick off a US tour for which tickets are selling fast!  However, no west coast dates have been set yet.  They did stop by our studios when they were in town a couple of months ago, so keep an eye out for that on our YouTube channel.\n\nhttps://www.facebook.com/agriculturemusic\nhttps://agriculturemusic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}