Information about plays

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

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

{
    "id": 3627151,
    "uri": "https://api.kexp.org/v2/plays/3627151/?format=api",
    "airdate": "2026-03-09T17:14:15-07:00",
    "show": 66139,
    "show_uri": "https://api.kexp.org/v2/shows/66139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "40 Days",
    "track_id": null,
    "recording_id": "278d88af-52b0-43bf-9421-94b05031d5a9",
    "artist": "Billy Brooks",
    "artist_ids": [
        "775c0cf9-5d7e-4889-9393-d21e3105fc4b"
    ],
    "album": "Daylight / 40 Days",
    "release_id": null,
    "release_group_id": "8e89e43c-bad8-428f-ab56-d95a32e94805",
    "labels": [
        "Alpha Omega Recordings"
    ],
    "label_ids": [
        "3fb346c1-c401-429a-ba75-af83ffe9e379"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song provides the sample for Luck of Lucien from A Tribe Called Quest.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}