Information about plays

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

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

{
    "id": 3543880,
    "uri": "https://api.kexp.org/v2/plays/3543880/?format=api",
    "airdate": "2025-08-23T19:30:09-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://ia601401.us.archive.org/11/items/mbid-5530e55b-8a89-4c28-98c6-3bb837ec124d/mbid-5530e55b-8a89-4c28-98c6-3bb837ec124d-16320175865_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/11/items/mbid-5530e55b-8a89-4c28-98c6-3bb837ec124d/mbid-5530e55b-8a89-4c28-98c6-3bb837ec124d-16320175865_thumb250.jpg",
    "song": "Andy Warhol",
    "track_id": "89c6e80b-8112-3439-b20f-6804d7d491c6",
    "recording_id": "996e889d-d958-445f-9c77-3b3acedab101",
    "artist": "Treepeople",
    "artist_ids": [
        "dec1aede-420e-4381-bfb7-e87ba02f25d6"
    ],
    "album": "Guilt Regret Embarrassment",
    "release_id": "a199e1b3-7376-31ed-8044-b52f4c10ee52",
    "release_group_id": "8cd945cc-b1e3-32a5-9c69-8a9536f2e7cf",
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Treepeople cover David Bowie!\n\nTreepeople was an alternative rock band from Boise, Idaho, although its members were officially based in Seattle, Washington. The band was originally composed of vocalist/guitarist Scott Schmaljohn, drummer Wayne Flower, guitarist/vocalist Doug Martsch, and bassist Pat Brown (Schmaljohn's older brother).",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}