Information about plays

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

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

{
    "id": 3633157,
    "uri": "https://api.kexp.org/v2/plays/3633157/?format=api",
    "airdate": "2026-03-24T15:23:25-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Survival (Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "YG Marley, Lauryn Hill",
    "artist_ids": [],
    "album": "Survival",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "→ in the summer of 1996 Hill had met Rohan Marley, and subsequently began a relationship with him, and on August 3, 1997, Marley and Hill's first child, Zion David, was born, Zion David Marley, the first of five she was to have with Rohan Marley including YG Marley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}