Information about plays

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

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

{
    "id": 3543906,
    "uri": "https://api.kexp.org/v2/plays/3543906/?format=api",
    "airdate": "2025-08-23T20:13:43-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-bce1fb90-712f-4401-8ad1-176c095ffdfd/mbid-bce1fb90-712f-4401-8ad1-176c095ffdfd-26108495646_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-bce1fb90-712f-4401-8ad1-176c095ffdfd/mbid-bce1fb90-712f-4401-8ad1-176c095ffdfd-26108495646_thumb250.jpg",
    "song": "Tough Talking the Tulips",
    "track_id": "ac601cf4-cf4f-30f5-93d1-b6711df7608c",
    "recording_id": "d8ef66b8-e355-4595-9edd-9dc55d4a6194",
    "artist": "BOAT",
    "artist_ids": [
        "8d2531ce-6782-40de-ad71-d64cefcd17f9"
    ],
    "album": "Setting the Paces",
    "release_id": "bce1fb90-712f-4401-8ad1-176c095ffdfd",
    "release_group_id": "9ddb8389-e64e-49c7-9da6-71eadb5e0636",
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "2009-10-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Seattle band BOAT's third LP!\n\nhttps://boat.bandcamp.com/album/setting-the-paces",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}