Information about plays

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

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

{
    "id": 3646766,
    "uri": "https://api.kexp.org/v2/plays/3646766/?format=api",
    "airdate": "2026-04-25T22:46:01-07:00",
    "show": 66552,
    "show_uri": "https://api.kexp.org/v2/shows/66552/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ec55344-9934-49c2-97be-5650723f4aeb/26591104398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ec55344-9934-49c2-97be-5650723f4aeb/26591104398-250.jpg",
    "song": "Braindead",
    "track_id": null,
    "recording_id": "f032e817-3a50-4698-8c76-3c23deceb865",
    "artist": "Assorted Jelly Beans",
    "artist_ids": [
        "e6d8d178-df01-4fbe-826a-3880306e3d76"
    ],
    "album": "Assorted Jelly Beans",
    "release_id": null,
    "release_group_id": "810193ec-1b7a-31bc-bd34-6bc2d870c7f4",
    "labels": [
        "Kung Fu Records"
    ],
    "label_ids": [
        "48facae9-4271-497f-bdb1-b79fc98e5cbb"
    ],
    "release_date": "1996-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founding member Richard Falomir went on to play drums in The Aquabats as Ricky Fitness.\n\nThe band recently reissued this album on vinyl for the first time since its release in 1996.  Copies are sold out!\n\nhttps://assortedjellybeans.bandcamp.com/album/assorted-jelly-beans\nhttps://www.facebook.com/assortedjellybeansmusic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}