Information about plays

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

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

{
    "id": 3627526,
    "uri": "https://api.kexp.org/v2/plays/3627526/?format=api",
    "airdate": "2026-03-10T21:09:57-07:00",
    "show": 66147,
    "show_uri": "https://api.kexp.org/v2/shows/66147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peace (Harvey's Persuasion remix)",
    "track_id": null,
    "recording_id": "c5173fd8-c437-4e76-8205-89fa892b98c9",
    "artist": "DJ Food",
    "artist_ids": [
        "0019749d-ee29-4a5f-ab17-6bfa11deb969"
    ],
    "album": "Peace",
    "release_id": null,
    "release_group_id": "81be6776-25d0-4824-8f0f-4387e785652c",
    "labels": [
        "Open"
    ],
    "label_ids": [
        "ae29bc49-39dc-48b0-baa2-a16ba812bd1f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Food was started by Coldcut's Matt Black and Jonathan More together with Patrick Carpenter (aka PC) and Kevin Foakes (Strictly Kev).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}