Information about plays

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

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

{
    "id": 3615713,
    "uri": "https://api.kexp.org/v2/plays/3615713/?format=api",
    "airdate": "2026-02-10T11:01:00-08:00",
    "show": 65896,
    "show_uri": "https://api.kexp.org/v2/shows/65896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Wait",
    "track_id": "68de1c39-0071-3a8f-9b42-0d78684350e5",
    "recording_id": "5b0a4e79-2c2d-46b8-b9b0-95a6eac119ba",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "You in Reverse",
    "release_id": "f0384d6c-1aae-4212-bb84-1ddd7c0e3484",
    "release_group_id": "bc4a482f-ed5d-3a2f-b365-c3dc48117376",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2006-04-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built to Spill (with Blood Lemon and Plum Vision) is performing at the Treefort Music Hall in hometown Boise, Idaho this Thursday night, February 12th, in a special benefit.\n\nThe show is  supporting Idahoans United for Women & Families, a statewide, nonpartisan, volunteer-powered coalition working to end Idaho's near-total abortion ban through a citizens’ ballot initiative.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}