Information about plays

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

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

{
    "id": 3575756,
    "uri": "https://api.kexp.org/v2/plays/3575756/?format=api",
    "airdate": "2025-11-08T22:20:19-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c480612-3ecb-4971-9dc4-0fb12ecdfea0/5527490236-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c480612-3ecb-4971-9dc4-0fb12ecdfea0/5527490236-250.jpg",
    "song": "Party With Me Punker",
    "track_id": null,
    "recording_id": "914520d3-668b-4fce-9693-97dc12a2cb06",
    "artist": "Minutemen",
    "artist_ids": [
        "d4ad0149-d8ae-4105-8009-0221fce9ff35"
    ],
    "album": "We Got Power: Party or Go Home",
    "release_id": null,
    "release_group_id": "ed4b5bab-0b09-3b92-94c2-f326678bf1ce",
    "labels": [
        "Mystic Records"
    ],
    "label_ids": [
        "daf82198-afd6-4849-b1a5-bc34a3075593"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For William\n\nIn 1982, We Got Power fanzine was established by filmmaker Dave Markey and best friend Jordan Schwartz. Later on, the likes of Kim Pilkington (RIP) and Jordan's sister Jenifer jumped onto the project. In the zine's 5 issues, they kept bringing up a record with 40 bands on it that they wanted to release. Eventually, it was released by Doug Moody on his label Mystic Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}