Information about plays

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

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

{
    "id": 3544553,
    "uri": "https://api.kexp.org/v2/plays/3544553/?format=api",
    "airdate": "2025-08-25T07:48:05-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia601907.us.archive.org/9/items/mbid-7311ac0d-ddcc-403a-a5cb-d7e62dd06ab4/mbid-7311ac0d-ddcc-403a-a5cb-d7e62dd06ab4-10497637105_thumb500.jpg",
    "thumbnail_uri": "https://ia601907.us.archive.org/9/items/mbid-7311ac0d-ddcc-403a-a5cb-d7e62dd06ab4/mbid-7311ac0d-ddcc-403a-a5cb-d7e62dd06ab4-10497637105_thumb250.jpg",
    "song": "Regret",
    "track_id": "ccb7d71d-7ae7-3b05-9d4e-286cedab07dd",
    "recording_id": "44618738-de03-4297-957a-df84cb113c7b",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "20 Years of New Order",
    "release_id": "7311ac0d-ddcc-403a-a5cb-d7e62dd06ab4",
    "release_group_id": "c8257794-a5aa-3719-af11-ad2582f0366f",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Joe in Chicago!\n\n\"My summer Jam since '93 has been New Order's Regret. I always think of college last day of classes in that year. Driving with two my buddies around campus in my car with that tuned cranked up. \"\n\n\"Regret\" came together organically during a fruitful initial writing session that Peter Hook shared with drummer Stephen Morris and his wife, New Order keyboardist Gillian Gilbert, at their farm complex in Macclesfield, Cheshire. Learn about the making of this song: https://www.thisisdig.com/feature/regret-new-order-song-story/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}