Information about plays

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

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

{
    "id": 3636912,
    "uri": "https://api.kexp.org/v2/plays/3636912/?format=api",
    "airdate": "2026-04-02T15:14:01-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grapevine (The Reflex Revision)",
    "track_id": null,
    "recording_id": null,
    "artist": "Creedence Clearwater Revival",
    "artist_ids": [
        "109958eb-a335-4c5e-907e-597ff4c6af46"
    ],
    "album": null,
    "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": "The Reflex is French producer Nicolas Laugier. The Reflex moniker is part tribute to Nile Rodgers' remix of Duran Duran's 1984 song of the same name and a nod to the Logic Pro production software's Flextime tool, which allows users to alter and sync audio files.\nThis is his remix of CCR's version of Marvin Gaye's classic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}