Information about plays

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

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

{
    "id": 3589829,
    "uri": "https://api.kexp.org/v2/plays/3589829/?format=api",
    "airdate": "2025-12-11T17:18:36-08:00",
    "show": 65349,
    "show_uri": "https://api.kexp.org/v2/shows/65349/?format=api",
    "image_uri": "https://ia800303.us.archive.org/2/items/mbid-43e0d91e-6662-4eff-b6b0-f5469f7fda44/mbid-43e0d91e-6662-4eff-b6b0-f5469f7fda44-5106864558_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/2/items/mbid-43e0d91e-6662-4eff-b6b0-f5469f7fda44/mbid-43e0d91e-6662-4eff-b6b0-f5469f7fda44-5106864558_thumb250.jpg",
    "song": "Superheroes",
    "track_id": "d869a69b-0877-38f5-86a6-54321b4b9550",
    "recording_id": "c3ccaed1-7671-436a-9ba5-99dc100acc71",
    "artist": "Esthero",
    "artist_ids": [
        "681bf706-8664-4658-ab1a-39e1d385fae2"
    ],
    "album": "Breath From Another",
    "release_id": "43e0d91e-6662-4eff-b6b0-f5469f7fda44",
    "release_group_id": "9caf4bc7-51b9-393c-b6f7-f7d7aa10d67a",
    "labels": [
        "Work"
    ],
    "label_ids": [
        "71ed8e35-adb4-4f7a-a3c1-1ff621042266"
    ],
    "release_date": "1998-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The trip-hop classic from Canadian artist Esthero -- the stage name of Jenny-Bea Englishman, now based in LA -- for this album, Esthero was a duo, including producer Doc McKinney.\n\nThis album was nominated for a Juno Award in 1999 and a Polaris Heritage Prize in 2016.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}