Information about plays

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

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

{
    "id": 3601314,
    "uri": "https://api.kexp.org/v2/plays/3601314/?format=api",
    "airdate": "2026-01-07T06:50:58-08:00",
    "show": 65585,
    "show_uri": "https://api.kexp.org/v2/shows/65585/?format=api",
    "image_uri": "https://ia803200.us.archive.org/28/items/mbid-17b77f78-ffe1-4c5f-bc79-ed668a8f03ba/mbid-17b77f78-ffe1-4c5f-bc79-ed668a8f03ba-4466326559_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/28/items/mbid-17b77f78-ffe1-4c5f-bc79-ed668a8f03ba/mbid-17b77f78-ffe1-4c5f-bc79-ed668a8f03ba-4466326559_thumb250.jpg",
    "song": "Can U Dig It?",
    "track_id": "78e7c4bd-eb64-3601-8be9-9b910a3be876",
    "recording_id": "af45e9c9-3a8a-461c-bd03-87acd0cf03df",
    "artist": "Pop Will Eat Itself",
    "artist_ids": [
        "e74d6546-7d69-43aa-9580-51a80cd9ae54"
    ],
    "album": "This Is the Day… This Is the Hour… This Is This!",
    "release_id": "17b77f78-ffe1-4c5f-bc79-ed668a8f03ba",
    "release_group_id": "f79b0d79-52fb-3326-8064-1bb374cb1223",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1989-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Clint Mansell, English musician and composer (lead singer and guitarist of Pop Will Eat Itself,  born in 1963. \n\n\"Can U Dig It?\" is a single by British band Pop Will Eat Itself, released in 1989 from the band's second album This Is the Day...This Is the Hour...This Is This! \nThe lyrics include a litany of references to movies, comics, music, and television. The sample in which a male voice is heard yelling \"Can you dig it?\" several times and the female voice at the beginning of the track saying \"Let's get down to it, boppers...\" were taken from the cult classic 1979 U.S. action film The Warriors. \n- http://www.popwilleatitself.net/pwei/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}