Information about plays

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

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

{
    "id": 3633153,
    "uri": "https://api.kexp.org/v2/plays/3633153/?format=api",
    "airdate": "2026-03-24T14:54:25-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn Your Lights Down Low",
    "track_id": null,
    "recording_id": "4152b2ea-bd44-4b71-b98e-541a896946c4",
    "artist": "Bob Marley & The Wailers, Lauryn Hill",
    "artist_ids": [],
    "album": "Turn Your Lights Down Low",
    "release_id": null,
    "release_group_id": "b3fd4191-e98d-3a5f-8bd1-c0d3d88b34db",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although originally released on the 1977 Exodus album, \"Turn Your Lights Down Low\" was never released as a single during Bob Marley's lifetime. It later became a major hit in 1999 when re-released as a duet with Lauryn Hill (who was then dating Rohan Marley), peaking at number one on the UK R&B Singles Chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}