Information about plays

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

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

{
    "id": 3545430,
    "uri": "https://api.kexp.org/v2/plays/3545430/?format=api",
    "airdate": "2025-08-27T09:13:45-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-4e6995a7-a5ab-46a1-8af6-874da4c3d0d3/mbid-4e6995a7-a5ab-46a1-8af6-874da4c3d0d3-30189757170_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-4e6995a7-a5ab-46a1-8af6-874da4c3d0d3/mbid-4e6995a7-a5ab-46a1-8af6-874da4c3d0d3-30189757170_thumb250.jpg",
    "song": "Chocolate",
    "track_id": "96835e8e-1cc1-46b5-92b8-d749173758a5",
    "recording_id": "0272e0b7-c4dd-46cd-9aee-b3190759b810",
    "artist": "Shudder to Think",
    "artist_ids": [
        "5a6e19e0-3ff0-4b3d-869e-3c539d6d8707"
    ],
    "album": "Funeral at the Movies",
    "release_id": "4e6995a7-a5ab-46a1-8af6-874da4c3d0d3",
    "release_group_id": "95272923-1d5a-42a4-b39f-8d6fcc0552da",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1991-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I would love to hear Shudder to Think. I don't think I've ever heard them on KEXP 🤔\nThey got back together and are playing a show later this year!\n\n-Amplifier Gina in Everett",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}