Information about plays

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

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

{
    "id": 3672731,
    "uri": "https://api.kexp.org/v2/plays/3672731/?format=api",
    "airdate": "2026-06-26T08:12:31-07:00",
    "show": 67090,
    "show_uri": "https://api.kexp.org/v2/shows/67090/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-6d6a8103-b0b8-4fee-a4e0-eb3f5f68ba37/mbid-6d6a8103-b0b8-4fee-a4e0-eb3f5f68ba37-45108654554_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-6d6a8103-b0b8-4fee-a4e0-eb3f5f68ba37/mbid-6d6a8103-b0b8-4fee-a4e0-eb3f5f68ba37-45108654554_thumb250.jpg",
    "song": "Yip Yip Yow",
    "track_id": "a418f344-2089-40c1-bbc7-d063df4ccf19",
    "recording_id": "a38e6c96-6d6e-4713-8b74-1c52d3d06f3f",
    "artist": "Caroline Rose",
    "artist_ids": [
        "17862c0f-a9b1-46dd-b85d-7af965974afd"
    ],
    "album": "Yip Yip Yow",
    "release_id": "6d6a8103-b0b8-4fee-a4e0-eb3f5f68ba37",
    "release_group_id": "8ec54c9a-b712-4e43-ab55-2c79efa7c185",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-05-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Dan in Rockford, IL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}