Information about plays

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

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

{
    "id": 3547498,
    "uri": "https://api.kexp.org/v2/plays/3547498/?format=api",
    "airdate": "2025-09-01T08:39:32-07:00",
    "show": 64445,
    "show_uri": "https://api.kexp.org/v2/shows/64445/?format=api",
    "image_uri": "https://ia601003.us.archive.org/6/items/mbid-eb9f1d2f-1052-382a-a263-334931a8acfb/mbid-eb9f1d2f-1052-382a-a263-334931a8acfb-9553035318_thumb500.jpg",
    "thumbnail_uri": "https://ia801003.us.archive.org/6/items/mbid-eb9f1d2f-1052-382a-a263-334931a8acfb/mbid-eb9f1d2f-1052-382a-a263-334931a8acfb-9553035318_thumb250.jpg",
    "song": "Six Days",
    "track_id": "93cf4023-598b-3056-8ebc-8fe25624a08c",
    "recording_id": "6237809d-1741-401e-884c-8451b6eb510e",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "The Private Press",
    "release_id": "53a0cd48-3ac6-3da2-abe6-13c99c94fb85",
    "release_group_id": "c6881bae-1bce-3e06-bb3d-e57c2670e16c",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples a 1971 song by the short-lived UK group Colonel Bagshot called \"Six Day War.\" It also samples the 1970 song \"I Cry in the Morning\" by the American singer Dennis Olivieri.\n\nEarlier this year, DJ Shadow announced on his website that he's taking 2025-26 to work on a retrospective of his career: https://djshadow.com/blogs/news/end-of-tour-post",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}