Information about plays

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

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

{
    "id": 3660252,
    "uri": "https://api.kexp.org/v2/plays/3660252/?format=api",
    "airdate": "2026-05-27T14:27:38-07:00",
    "show": 66829,
    "show_uri": "https://api.kexp.org/v2/shows/66829/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec63e6e8-c7fe-4516-b386-0d5d5de82d6a/31769046642-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec63e6e8-c7fe-4516-b386-0d5d5de82d6a/31769046642-250.jpg",
    "song": "Man in the Box",
    "track_id": null,
    "recording_id": "1b055a51-eac1-4b06-a28f-d0b8c7a5e65a",
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Facelift",
    "release_id": null,
    "release_group_id": "7d026b9c-9159-34b5-a40d-14f134718394",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HBD to AIC co-founder, drummer Sean Kinney!\n\nSee a live performance of \"Man in the Box\" at Seattle's Moore Theatre in 1990: https://www.youtube.com/watch?v=naoSdrzqh-M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}