Information about plays

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

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

{
    "id": 3664122,
    "uri": "https://api.kexp.org/v2/plays/3664122/?format=api",
    "airdate": "2026-06-05T16:35:18-07:00",
    "show": 66910,
    "show_uri": "https://api.kexp.org/v2/shows/66910/?format=api",
    "image_uri": "https://dn711107.ca.archive.org/0/items/mbid-16289f0d-af62-4134-abe0-b5191194e6a7/mbid-16289f0d-af62-4134-abe0-b5191194e6a7-14861335073_thumb500.jpg",
    "thumbnail_uri": "https://dn711107.ca.archive.org/0/items/mbid-16289f0d-af62-4134-abe0-b5191194e6a7/mbid-16289f0d-af62-4134-abe0-b5191194e6a7-14861335073_thumb250.jpg",
    "song": "Going Up the Country / Stage Announcements",
    "track_id": "94722521-a104-3ec3-8ef6-c2712f1542cc",
    "recording_id": "55038db2-b500-4092-80e0-510592bfa61f",
    "artist": "Canned Heat",
    "artist_ids": [
        "815a0279-558c-4522-ac3b-6a1e259e95b5"
    ],
    "album": "Woodstock: Music From the Original Soundtrack and More",
    "release_id": "16289f0d-af62-4134-abe0-b5191194e6a7",
    "release_group_id": "8925ff31-2245-394c-9f97-fcf844bea6a7",
    "labels": [
        "Atlantic",
        "Cotillion"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "d97da6f0-c0ba-4a60-8fd5-fb8edab24d32"
    ],
    "release_date": "1970-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "everytime i hear this song, i bounce up and down gently and like a dancing peanuts character. anyone else?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}