Information about plays

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

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

{
    "id": 3634251,
    "uri": "https://api.kexp.org/v2/plays/3634251/?format=api",
    "airdate": "2026-03-27T11:51:59-07:00",
    "show": 66292,
    "show_uri": "https://api.kexp.org/v2/shows/66292/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f931a2b-98eb-49bb-94b7-0ec62dcfe644/5356827241-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f931a2b-98eb-49bb-94b7-0ec62dcfe644/5356827241-250.jpg",
    "song": "Can’t Take My Eyes Off of You",
    "track_id": null,
    "recording_id": "9bf240ff-8cac-4e5b-b411-d68ebed8086c",
    "artist": "Lauryn Hill",
    "artist_ids": [
        "e8414012-4a1c-4ad4-be5e-fc55294e28cc"
    ],
    "album": "The Miseducation of Lauryn Hill",
    "release_id": null,
    "release_group_id": "8691d12c-abd8-385c-b1eb-d841190124f7",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1998-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buffy the human beatbox of the Fat Boys, aka Darren Robinson, was one of the pioneers of beatboxing -- the technique prominently featured in this Lauryn Hill track!\n\nDid you know that Lauryn Hill recorded this Frankie Valli cover while 8 months pregnant and lying on the floor of the studio? Read more from the oral history of the recording of this album. https://tinyurl.com/7vz5c9sy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}