Information about plays

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

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

{
    "id": 3605715,
    "uri": "https://api.kexp.org/v2/plays/3605715/?format=api",
    "airdate": "2026-01-17T21:27:46-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chemical Burn",
    "track_id": null,
    "recording_id": null,
    "artist": "Chemicals",
    "artist_ids": [
        "4fe98cd5-21b3-4a84-bfe8-3bfddbf9a827"
    ],
    "album": "Chemical Livin",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jonny Cat"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jonnyfest is happening right now at Black Water in Portland.  It is a tribute to Portland punk Jonny Cat and a benefit for those who are fighting cancer.  Clorox Girls, Deadly Weapons, Red Dons, and may more are playing!\n\nhttps://www.facebook.com/events/5115-ne-sandy-blvd-portland-or-97213/jonnyfest/890231600199495/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}