Information about plays

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

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

{
    "id": 3554464,
    "uri": "https://api.kexp.org/v2/plays/3554464/?format=api",
    "airdate": "2025-09-18T04:42:00-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/495fcaa3-8451-341c-9efa-b708ba94ceef/26417658061-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/495fcaa3-8451-341c-9efa-b708ba94ceef/26417658061-250.jpg",
    "song": "Organ Donor (Extended Overhaul)",
    "track_id": null,
    "recording_id": "2567f4e9-28ef-44bc-a35d-72f794530305",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "High Noon",
    "release_id": null,
    "release_group_id": "274d8e7c-9bf6-368b-b0ab-75a24d5c1eaf",
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Shadow, aka Josh Davis, is reputed to have a personal collection of over 60,000 records. https://djshadow.com/\n--\nHere, he samples Giorgio Moroder's \"Tears.\" \n\nMoroder's \"Tears\"appeared in the 1972 film Die KlosterschĂĽlerinnen, for which he also composed the score.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}