Information about plays

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

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

{
    "id": 3568698,
    "uri": "https://api.kexp.org/v2/plays/3568698/?format=api",
    "airdate": "2025-10-22T23:30:28-07:00",
    "show": 64907,
    "show_uri": "https://api.kexp.org/v2/shows/64907/?format=api",
    "image_uri": "https://ia601605.us.archive.org/20/items/mbid-49c188b1-4ba6-4397-949b-a94b4060b905/mbid-49c188b1-4ba6-4397-949b-a94b4060b905-42751737086_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/20/items/mbid-49c188b1-4ba6-4397-949b-a94b4060b905/mbid-49c188b1-4ba6-4397-949b-a94b4060b905-42751737086_thumb250.jpg",
    "song": "Tough Thing",
    "track_id": "36e91040-3882-4fa8-a9e1-0f642c001df5",
    "recording_id": "2510c671-87f3-4a2c-b945-d0528040eae0",
    "artist": "Casey Dienel",
    "artist_ids": [
        "bed541a0-a2e1-4e78-a1ae-99df2f4369dc"
    ],
    "album": "My Heart Is An Outlaw",
    "release_id": "49c188b1-4ba6-4397-949b-a94b4060b905",
    "release_group_id": "07b3dd89-c6a7-4efd-b1e2-c9dfb1e5e191",
    "labels": [
        "Jealous Butcher Records"
    ],
    "label_ids": [
        "8c979a04-bc6b-4cc9-accb-6aa617dc3c88"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tonally influenced by \"My Own Private Idaho\" and widescreen pop, such as \"Born in the U.S.A.\", \"My Heart Is An Outlaw\" is a warm-hearted exploration. Can we love fully without being domesticated? Can we resist cultural scripts by choosing presence and community over self-erasure? As they put it, “The heart has a mind of its own…It’s the thing holding you back that you have to set free on your own time, in your own way.”\n\nhttps://caseydienel.bandcamp.com/album/my-heart-is-an-outlaw-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}