Information about plays

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

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

{
    "id": 3622833,
    "uri": "https://api.kexp.org/v2/plays/3622833/?format=api",
    "airdate": "2026-02-27T02:53:05-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ear to the cocoon",
    "track_id": null,
    "recording_id": null,
    "artist": "WILLOW",
    "artist_ids": [
        "6bbfc71b-5f18-4e61-82fb-bee0c2a6b5f9"
    ],
    "album": "petal rock black",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Three Six Zero, Gamma"
    ],
    "label_ids": [],
    "release_date": "2026-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Willow Smith released her seventh studio album, petal rock black, on February 17, 2026, as a surprise, fully self-produced 12-track project. The album highlights her growth as a multi-instrumentalist, featuring jazz-fusion, experimental pop, and soul influences. It includes collaborations with George Clinton, Kamasi Washington, and Tune-Yards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}