Information about plays

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

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

{
    "id": 3554505,
    "uri": "https://api.kexp.org/v2/plays/3554505/?format=api",
    "airdate": "2025-09-18T07:06:12-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-f2a91010-7566-46d7-a7c6-a67f5338d571/mbid-f2a91010-7566-46d7-a7c6-a67f5338d571-42938848858_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-f2a91010-7566-46d7-a7c6-a67f5338d571/mbid-f2a91010-7566-46d7-a7c6-a67f5338d571-42938848858_thumb250.jpg",
    "song": "Returning to Myself",
    "track_id": "e97c7734-4eb3-4dcf-9a59-7e3b01fc1045",
    "recording_id": "9a1ef787-8885-47ec-92ba-054d5927e96c",
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "Returning To Myself",
    "release_id": "f2a91010-7566-46d7-a7c6-a67f5338d571",
    "release_group_id": "57acb85c-ec18-4e4c-8c6a-9052a7115ece",
    "labels": [
        "Interscope Records",
        "Lost Highway Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2",
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Title track from the new Brandi Carlile album out next month!\n\nhttps://www.brandicarlile.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}