Information about plays

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

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

{
    "id": 3632276,
    "uri": "https://api.kexp.org/v2/plays/3632276/?format=api",
    "airdate": "2026-03-22T07:35:27-07:00",
    "show": 66249,
    "show_uri": "https://api.kexp.org/v2/shows/66249/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e3cd1d6-ae33-42c4-bfa1-e1a67e054192/20493033668-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e3cd1d6-ae33-42c4-bfa1-e1a67e054192/20493033668-250.jpg",
    "song": "These Thoughts Break",
    "track_id": null,
    "recording_id": "eb17217d-6a94-416a-9451-97dfc525670b",
    "artist": "I’m Not a Gun",
    "artist_ids": [
        "c65442fb-4bc5-4fae-808d-d676bf2f4ff8"
    ],
    "album": "Everything at Once",
    "release_id": null,
    "release_group_id": "10abcb4f-87c3-35e4-9981-b5fd050fa5aa",
    "labels": [
        "City Centre Offices"
    ],
    "label_ids": [
        "0912a668-581e-4643-9a38-195e65dcbce5"
    ],
    "release_date": "2003-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ulrich Schnauss → I'm Not A Gun via City Centre Offices :: Ulrich Schnauss remixed his early City Centre Office label mates I'm Not A Gun's track \"Make Sense and Loose\" back in 2003 ~ https://www.discogs.com/release/121387-Im-Not-A-Gun-Everything-At-Once",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}