Information about plays

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

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

{
    "id": 3646268,
    "uri": "https://api.kexp.org/v2/plays/3646268/?format=api",
    "airdate": "2026-04-24T20:12:00-07:00",
    "show": 66541,
    "show_uri": "https://api.kexp.org/v2/shows/66541/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ah Que Sera",
    "track_id": null,
    "recording_id": null,
    "artist": "Kelvin Momo & Stixx",
    "artist_ids": [],
    "album": "Jazz Cruise",
    "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": "Jazz Cruise Series Vol. 1 is a 2024 Amapiano project by South African producers Kelvin Momo and Stixx, released on October 25, 2024. The 15-track album features the titular single \"Jazz Cruise (feat. Stixx, Marvin & Mano)\", highlighting their signature soulful \"private school\" Amapiano style. It blends deep house and jazz influences under Kelvin Momo Productions.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}