Information about plays

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

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

{
    "id": 3586932,
    "uri": "https://api.kexp.org/v2/plays/3586932/?format=api",
    "airdate": "2025-12-05T01:15:10-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Havana Moon",
    "track_id": null,
    "recording_id": null,
    "artist": "Levon Helm and the RCO All-Stars",
    "artist_ids": [],
    "album": "Levon Helm and the RCO All-Stars",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ABC"
    ],
    "label_ids": [],
    "release_date": "1977-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover of the Chuck Berry original from a solo project from The Band's Levon Helm from 1977, featuring Booker T. (Booker T. & the MG's). That's fellow bandmate Steve Cropper on the guitar.\n\nSteve Cropper passed away on Dec 3, 2025 at the age of 84.\n\n---\n\nAlso, check out The Afternoon Show's December 4 episode where host Larry Mizell, Jr. pays tribute to Steve Cropper.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}