Information about plays

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

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

{
    "id": 3656345,
    "uri": "https://api.kexp.org/v2/plays/3656345/?format=api",
    "airdate": "2026-05-18T09:46:40-07:00",
    "show": 66750,
    "show_uri": "https://api.kexp.org/v2/shows/66750/?format=api",
    "image_uri": "https://ia801607.us.archive.org/35/items/mbid-cf3f8d65-0c08-4721-9216-f1460d45f4ef/mbid-cf3f8d65-0c08-4721-9216-f1460d45f4ef-8140076595_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-cf3f8d65-0c08-4721-9216-f1460d45f4ef/mbid-cf3f8d65-0c08-4721-9216-f1460d45f4ef-8140076595_thumb250.jpg",
    "song": "Pop Songs Your New Boyfriend’s Too Stupid to Know About",
    "track_id": "47169d8c-7cda-3bf9-8352-297716907fb6",
    "recording_id": "8f9f522d-395a-4dd4-aade-bdb6c0044a46",
    "artist": "Tullycraft",
    "artist_ids": [
        "1d25e697-096d-43b1-94bd-74e0619c5567"
    ],
    "album": "The Long Secret: A Harriet Records Compilation",
    "release_id": "cf3f8d65-0c08-4721-9216-f1460d45f4ef",
    "release_group_id": "c994dd97-c176-4ba1-b20a-c020d48d1f1c",
    "labels": [
        "Harriet Records"
    ],
    "label_ids": [
        "e393f497-859b-43ae-a65a-ea47208733cf"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tullycraft is an indie pop band from Seattle, WA who formed in 1995. They have been associated with the genre of twee, in fact, they are considered to be one of the forefathers of the American twee pop movement alongside Black Tambourine, Tiger Trap, Honeybunch, and Beat Happening. They are renowned for their DIY ethic, only releasing records on independently owned and operated record labels. \n\nhttps://tullycraft.bandcamp.com/track/pop-songs-your-new-boyfriends-too-stupid-to-know-about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}