Information about plays

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

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

{
    "id": 3638863,
    "uri": "https://api.kexp.org/v2/plays/3638863/?format=api",
    "airdate": "2026-04-07T01:35:28-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "https://coverartarchive.org/release/617e6155-432c-4c95-a9ab-b78e1c7838c2/11841421329-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/617e6155-432c-4c95-a9ab-b78e1c7838c2/11841421329-250.jpg",
    "song": "Who Was in My Room Last Night?",
    "track_id": null,
    "recording_id": "e970fee3-3470-4484-b5aa-d23770c70370",
    "artist": "Butthole Surfers",
    "artist_ids": [
        "2339bc21-aa92-4850-86f0-4bb9433910c8"
    ],
    "album": "Independent Worm Saloon",
    "release_id": null,
    "release_group_id": "035712b8-5107-3ba9-9915-ddb629dd4b1b",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Chris in Austin -- Thanks for listening!\n\n\"Look Daddy, I'm a surfer!\" - https://www.youtube.com/watch?v=C51ycC5tPu8\n\nOpening track from Butthole Surfers' 1993 album.  You can check out the hilarious video for this song by following the link below:\n\nhttps://youtu.be/IRbAxhTNkBY?si=p-h1THtQnszxBlxv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}