Information about plays

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

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

{
    "id": 3542825,
    "uri": "https://api.kexp.org/v2/plays/3542825/?format=api",
    "airdate": "2025-08-21T09:07:07-07:00",
    "show": 64346,
    "show_uri": "https://api.kexp.org/v2/shows/64346/?format=api",
    "image_uri": "https://ia600904.us.archive.org/17/items/mbid-50b68c4a-1171-4e56-8512-aea5381a62bc/mbid-50b68c4a-1171-4e56-8512-aea5381a62bc-19905319317_thumb500.jpg",
    "thumbnail_uri": "https://ia800904.us.archive.org/17/items/mbid-50b68c4a-1171-4e56-8512-aea5381a62bc/mbid-50b68c4a-1171-4e56-8512-aea5381a62bc-19905319317_thumb250.jpg",
    "song": "Ice Age",
    "track_id": "353237c7-7a74-3722-bf26-3c1259ed155c",
    "recording_id": "52ccd5f9-7483-4262-a43b-a94120799314",
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Locked Down",
    "release_id": "50b68c4a-1171-4e56-8512-aea5381a62bc",
    "release_group_id": "30324a02-1387-421e-a125-af698e25bc04",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2012-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My dad Mark died of pancreatic cancer in June 2020. I wasn't able to be with him in his dying days because of the pandemic, a fact that always haunts me. Can you play some Dr. John in his memory?\n\nLeah\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}