Information about plays

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

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

{
    "id": 3590102,
    "uri": "https://api.kexp.org/v2/plays/3590102/?format=api",
    "airdate": "2025-12-12T09:52:35-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "https://ia902908.us.archive.org/16/items/mbid-6600f795-278c-49e3-883d-547016141503/mbid-6600f795-278c-49e3-883d-547016141503-15810465428_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/16/items/mbid-6600f795-278c-49e3-883d-547016141503/mbid-6600f795-278c-49e3-883d-547016141503-15810465428_thumb250.jpg",
    "song": "Crazy",
    "track_id": "47836702-eeff-38f4-bb51-b8808c83d57e",
    "recording_id": "fe830ea3-0b7c-491c-a835-836faa60b91a",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Dead Letter Office",
    "release_id": "6600f795-278c-49e3-883d-547016141503",
    "release_group_id": "e4a46108-cd64-3a3e-a237-a12a63286326",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1987-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Crazy\" is a cover of \"Crazy\" by Pylon. \n--\n\"When R.E.M. recorded 'Crazy,' they were in the studio but they didn't know all the words. They couldn't understand them on the record so they tried calling [Pylon's] Vanessa Briscoe. They couldn't reach her so they ended up just having to make them up, which was fine. I think that's how music ought to be. I really dug the concept that they couldn't figure out the words so they just made their own up.\" --Pylon drummer Curtis Crowe,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}