Information about plays

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

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

{
    "id": 3542504,
    "uri": "https://api.kexp.org/v2/plays/3542504/?format=api",
    "airdate": "2025-08-20T14:19:43-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia800209.us.archive.org/5/items/mbid-e1f75d97-4bb0-40ae-a16d-da168a7e45da/mbid-e1f75d97-4bb0-40ae-a16d-da168a7e45da-12383142996_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/5/items/mbid-e1f75d97-4bb0-40ae-a16d-da168a7e45da/mbid-e1f75d97-4bb0-40ae-a16d-da168a7e45da-12383142996_thumb250.jpg",
    "song": "Pushover",
    "track_id": "26c7e93a-f33c-32b5-9915-0c88a9e055d8",
    "recording_id": "85ac8625-cdfe-4357-8686-d0bfa5940c3a",
    "artist": "The Long Winters",
    "artist_ids": [
        "966bd819-2ba1-4e1b-9d35-72385937e8ed"
    ],
    "album": "Putting the Days to Bed",
    "release_id": "e1f75d97-4bb0-40ae-a16d-da168a7e45da",
    "release_group_id": "44bc98a8-dbd2-3668-b139-fab0703eab14",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2006-07-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance of \"Pushover\" by The Long Winters on KEXP in 2017: https://www.youtube.com/watch?v=ZZfAdcVHLdU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}