Information about plays

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

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

{
    "id": 3618302,
    "uri": "https://api.kexp.org/v2/plays/3618302/?format=api",
    "airdate": "2026-02-16T13:07:22-08:00",
    "show": 65951,
    "show_uri": "https://api.kexp.org/v2/shows/65951/?format=api",
    "image_uri": "https://dn710101.ca.archive.org/0/items/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f-9819639392_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f-9819639392_thumb250.jpg",
    "song": "Serve the Servants",
    "track_id": "d67861b6-f2ee-34f1-bb01-eed1e528a9ae",
    "recording_id": "52eadc0f-037a-4747-b234-e5412aff8215",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "In Utero",
    "release_id": "6ddad044-c72c-3eb9-8ae7-45f783a92e0f",
    "release_group_id": "2a0981fb-9593-3019-864b-ce934d97a16e",
    "labels": [
        "Geffen Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1993-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This may be Kurt Cobain's most autobiographical song. The lyrics contain references to his father (\"I tried hard to have a father but instead I had a dad\"), his wife Courtney Love (\"If she floats, then she is not a witch\") and his own success (\"teenage angst has paid off well\"). \n--\nNirvana was \"Live and Loud\" in Seattle when they performed \"Serve the Servants\" in Seattle in 1993: https://www.youtube.com/watch?v=BMNggCLznsY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}