Information about plays

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

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

{
    "id": 3662404,
    "uri": "https://api.kexp.org/v2/plays/3662404/?format=api",
    "airdate": "2026-06-01T13:40:42-07:00",
    "show": 66877,
    "show_uri": "https://api.kexp.org/v2/shows/66877/?format=api",
    "image_uri": "https://coverartarchive.org/release/148d0df0-a548-3851-98b4-4dd3f1829714/29427888362-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/148d0df0-a548-3851-98b4-4dd3f1829714/29427888362-250.jpg",
    "song": "Sexy Results",
    "track_id": null,
    "recording_id": "b0b6c164-ae0a-4800-b0f5-3fb4906512a2",
    "artist": "Death From Above 1979",
    "artist_ids": [
        "92dc699f-fcbc-4278-afbe-40b5ad060a55"
    ],
    "album": "You’re a Woman, I’m a Machine",
    "release_id": null,
    "release_group_id": "bbc33f12-05a1-336e-873d-3fabe1091ce3",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2004-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Death from Above 1979 is the Toronto-based duo of bassist and synth-man Jesse Keeler and vocalist and drummer Sebastien Grainger. 2004's \"You're a Woman, I'm a Machine\" was their debut studio album.  \n\nThe \"ultimate cowbell\" score for this song was 3.88039: https://www.ultimatecowbell.com/songview.php?idsongperm=162",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}