Information about plays

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

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

{
    "id": 3547971,
    "uri": "https://api.kexp.org/v2/plays/3547971/?format=api",
    "airdate": "2025-09-02T11:56:41-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-3c4587da-fae2-49c9-9af6-901e467a750a/mbid-3c4587da-fae2-49c9-9af6-901e467a750a-42088243401_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-3c4587da-fae2-49c9-9af6-901e467a750a/mbid-3c4587da-fae2-49c9-9af6-901e467a750a-42088243401_thumb250.jpg",
    "song": "drains",
    "track_id": "f042265a-93a9-4dfb-9d0f-373deb916c11",
    "recording_id": "456ecab0-2f83-4889-bf25-51eb14f97e04",
    "artist": "mary in the junkyard",
    "artist_ids": [
        "64367341-4bc2-493c-8e5d-ce17841c8a7a"
    ],
    "album": "drains",
    "release_id": "3c4587da-fae2-49c9-9af6-901e467a750a",
    "release_group_id": "b6c37b3a-1845-4306-9c59-0e1f08a5cbcd",
    "labels": [
        "AMF Records"
    ],
    "label_ids": [
        "e0b22162-8b70-4cd1-ae39-9dc24ededdb5"
    ],
    "release_date": "2025-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mary in the Junkyard will be LIVE on The Midday Show at 11;00 a.m. tomorrow, Wednesday, September 3rd.  That performance is open to the public. \n--\nMary in the Junkyard is opening for Wet Leg at Seattle's Paramount Theatre TONIGHT, Tuesday, September 2nd.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}