Information about plays

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

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

{
    "id": 3638701,
    "uri": "https://api.kexp.org/v2/plays/3638701/?format=api",
    "airdate": "2026-04-06T17:12:27-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "i would die 4 u",
    "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 Recordings"
    ],
    "label_ids": [
        "9d3be650-0b52-4489-bcbf-7c9e5f1aaa4d"
    ],
    "release_date": "2026-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Petal Rock Black is the seventh studio album by American singer-songwriter Willow. It was released as a surprise digital drop on February 17, 2026, through Three Six Zero Recordings. The album has guest appearances from George Clinton, Kamasi Washington and Tune-Yards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}