Information about plays

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

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

{
    "id": 3557543,
    "uri": "https://api.kexp.org/v2/plays/3557543/?format=api",
    "airdate": "2025-09-25T10:55:09-07:00",
    "show": 64657,
    "show_uri": "https://api.kexp.org/v2/shows/64657/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-2f104e95-8d15-4730-87c9-e6e31b056917/mbid-2f104e95-8d15-4730-87c9-e6e31b056917-29918454381_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-2f104e95-8d15-4730-87c9-e6e31b056917/mbid-2f104e95-8d15-4730-87c9-e6e31b056917-29918454381_thumb250.jpg",
    "song": "Smoking",
    "track_id": "a163ab3d-d76a-32bd-8dde-ba1386b80a33",
    "recording_id": "0eecfc88-8379-4299-9ec5-193b728af5da",
    "artist": "Goodness",
    "artist_ids": [
        "9b921f65-218b-4688-b0ed-bec623313230"
    ],
    "album": "Goodness",
    "release_id": "4e6f2600-0f36-4dc8-abd4-c59e40a61965",
    "release_group_id": "01f72b47-04f1-3d61-b347-5e26a2c59e23",
    "labels": [
        "Y Records"
    ],
    "label_ids": [
        "1a214e98-0fc1-4a9f-91cb-57066d76a83e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Goodness are one of the three bands playing alongside Little Venom and Zookraught this Saturday, September 27th as part of Audioasis Live. Festivities start at 5pm, the show is all ages along with a bar for 21+ attendees. Come join us in the KEXP Gathering Space!\n\nhttps://www.kexp.org/events/kexp-events/audioasis-live-3/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}