Information about plays

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

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

{
    "id": 3520031,
    "uri": "https://api.kexp.org/v2/plays/3520031/?format=api",
    "airdate": "2025-06-28T18:23:58-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fd19f05-e90e-4885-9a8d-af05ad164878/36083707469-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fd19f05-e90e-4885-9a8d-af05ad164878/36083707469-250.jpg",
    "song": "Male Gynecology",
    "track_id": null,
    "recording_id": "6d0dffea-2c95-4958-8e33-a4285c96062a",
    "artist": "Shoplifting",
    "artist_ids": [
        "9f7411e7-ca26-4e12-8421-a618c4994db8"
    ],
    "album": "Body Stories",
    "release_id": null,
    "release_group_id": "33bce5f4-dcb1-3e9e-9e68-0e1cd065567d",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2006-03-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Shoplifting! Truly one of the finest bands on Kill Rock Stars' already legendary roster! This is off their only LP Body Stories, released back in 2006.\n\nhttps://shoplifting.bandcamp.com/album/body-stories",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}