Information about plays

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

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

{
    "id": 3545514,
    "uri": "https://api.kexp.org/v2/plays/3545514/?format=api",
    "airdate": "2025-08-27T14:26:39-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://coverartarchive.org/release/1752e7c2-6a79-44af-9cb1-48fdb2f834e2/10464524884-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1752e7c2-6a79-44af-9cb1-48fdb2f834e2/10464524884-250.jpg",
    "song": "Kids in America",
    "track_id": null,
    "recording_id": "49e82d48-7d05-4f2c-ba49-f30cec5a154d",
    "artist": "The Muffs",
    "artist_ids": [
        "72186b6a-fe30-4e2a-9c31-852e23ff93af"
    ],
    "album": "Clueless: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "07d4d4c5-11df-35f8-93cc-72d28fd63933",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Amplifier Jason in Wenatchee: \nHi Larry, long time listener (KCMU  days!) and amplifier here and hoping you might be able to fit in something by the Muffs this afternoon. KEXP and the community around it are a real inspiration to me and it's just so encouraging to see how you've grown into something so powerful in the nearly 30 years I've been listening. Thank you!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}