Information about plays

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

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

{
    "id": 3636875,
    "uri": "https://api.kexp.org/v2/plays/3636875/?format=api",
    "airdate": "2026-04-02T13:17:29-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Episode XVI",
    "track_id": null,
    "recording_id": "d84cf31f-7085-4a8a-9264-b5dd04046b50",
    "artist": "Madlib",
    "artist_ids": [
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8"
    ],
    "album": "Medicine Show: Pill Jar",
    "release_id": null,
    "release_group_id": "2804d5e9-3ed6-413b-bf10-3f836aa6cf69",
    "labels": [
        "Madlib Invazion"
    ],
    "label_ids": [
        "fb9623df-0334-4b86-81a9-81bd0b073ff7"
    ],
    "release_date": "2013-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Madlib sampled multiple elements of Marvin Gaye's \"Time to Get It Together.\" (He also sampled  \"Heartbeat\" by War, \"So Wat Cha Sayin'\" by EPMD, \"History of Marijuana\" by Jack Margolis, \"Cake B\" by Hopha, \"Psychopath Nut\" by Momolu Stewart, \"Legend of the Fall Offs\" by Busta Rhymes and \"The Park\" by Ol' Dirty Bastard and Coolio.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}