Information about plays

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

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

{
    "id": 3597113,
    "uri": "https://api.kexp.org/v2/plays/3597113/?format=api",
    "airdate": "2025-12-28T09:09:02-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing in San Francisco at the Chase Center on March 6th with the Head and the Heart opening.\n\n https://www.brandicarlile.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}