Information about plays

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

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

{
    "id": 3546257,
    "uri": "https://api.kexp.org/v2/plays/3546257/?format=api",
    "airdate": "2025-08-29T10:16:08-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://dn721504.ca.archive.org/0/items/mbid-2d77164e-87c0-4772-a05a-b9e8001ddb17/mbid-2d77164e-87c0-4772-a05a-b9e8001ddb17-42448965018_thumb500.jpg",
    "thumbnail_uri": "https://dn721504.ca.archive.org/0/items/mbid-2d77164e-87c0-4772-a05a-b9e8001ddb17/mbid-2d77164e-87c0-4772-a05a-b9e8001ddb17-42448965018_thumb250.jpg",
    "song": "Wildfires",
    "track_id": "b8d7ff95-e7e2-49d2-8db2-63e0e090aa35",
    "recording_id": "44b5c303-9dcf-4754-9318-880ba0d46a88",
    "artist": "Glitterfox",
    "artist_ids": [
        "f99d5774-7955-448f-829f-727332151caa"
    ],
    "album": "decoder",
    "release_id": "2d77164e-87c0-4772-a05a-b9e8001ddb17",
    "release_group_id": "bcd915c8-8287-4931-8a43-cc8f9e19d023",
    "labels": [
        "Jealous Butcher Records"
    ],
    "label_ids": [
        "8c979a04-bc6b-4cc9-accb-6aa617dc3c88"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland group Glitterfox released decoder last week! https://glitterfoxband.bandcamp.com\n\nThey'll be on tour soon! \n\n-San Francisco on October 26th at Bottom of the Hill\n\n-Seattle on October 30th at the Tractor Tavern",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}