Information about plays

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

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

{
    "id": 3576978,
    "uri": "https://api.kexp.org/v2/plays/3576978/?format=api",
    "airdate": "2025-11-11T21:52:46-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dust",
    "track_id": null,
    "recording_id": "9867b1ef-f2b6-4834-a50e-3c46a001935f",
    "artist": "Recloose, Joe Dukie",
    "artist_ids": [
        "51d2e0dc-6e8b-4833-a05c-c505a3161051",
        "b5c3b4b7-bcae-41a4-b17a-5795a708973f"
    ],
    "album": "Dust",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Remedy Project"
    ],
    "label_ids": [
        "8259b422-c2ec-446a-8891-d5973b20111f"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A pioneering figure in the Detroit electronic scene, Recloose (aka Matt Chicoine) first broke through in the late 90s with support from techno legend Carl Craig, releasing on Planet E and later building deep ties with New Zealand’s fertile soul and jazz community. \n\nHis music fuses house, funk, and broken beat with a distinct warmth and musicality that have made him a trusted name across generations of selectors.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}