Information about plays

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

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

{
    "id": 3656838,
    "uri": "https://api.kexp.org/v2/plays/3656838/?format=api",
    "airdate": "2026-05-19T13:22:45-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Love Flow For Peace",
    "track_id": null,
    "recording_id": "f325c376-cdd0-4bea-b0c8-4c499294bfaa",
    "artist": "Sunbear",
    "artist_ids": [
        "8abe9518-c373-43a3-922f-0db4827da291"
    ],
    "album": "Sunbear",
    "release_id": null,
    "release_group_id": "cc5e8645-848f-418f-99d7-4a03eda03cc5",
    "labels": [
        "Solar"
    ],
    "label_ids": [
        "8bb2ba0d-c96a-4389-a0bf-4a83b0a54914"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off their self-titled and only known album! Record collectors and DJs chase down the physical vinyl not just for the music, but for the mind-bending, almost sci-fi album cover designed by legendary Japanese illustrator Shusei Nagaoka.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}