Information about plays

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

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

{
    "id": 3641266,
    "uri": "https://api.kexp.org/v2/plays/3641266/?format=api",
    "airdate": "2026-04-12T17:07:55-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-476d5ee1-266a-45d1-940a-d706663bb3f9/mbid-476d5ee1-266a-45d1-940a-d706663bb3f9-9717211777_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/23/items/mbid-476d5ee1-266a-45d1-940a-d706663bb3f9/mbid-476d5ee1-266a-45d1-940a-d706663bb3f9-9717211777_thumb250.jpg",
    "song": "Little Fluffy Clouds",
    "track_id": "d3ebaee6-fce5-3dd6-9233-5c4b0c3be83a",
    "recording_id": "96e8c97e-90f6-4db2-93d9-2a32b03817e3",
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "The Orb’s Adventures Beyond the Ultraworld",
    "release_id": "476d5ee1-266a-45d1-940a-d706663bb3f9",
    "release_group_id": "27b682b2-dd29-3e15-8ef2-f6475f4d262f",
    "labels": [
        "Big Life"
    ],
    "label_ids": [
        "76dac7b0-2f18-4b10-bb07-5be955aadaa7"
    ],
    "release_date": "1991-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Timothy!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}