Information about plays

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

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

{
    "id": 3571885,
    "uri": "https://api.kexp.org/v2/plays/3571885/?format=api",
    "airdate": "2025-10-30T16:01:40-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-1a5119e9-85bb-4c65-87a0-bc515a52c00f/mbid-1a5119e9-85bb-4c65-87a0-bc515a52c00f-32201966341_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-1a5119e9-85bb-4c65-87a0-bc515a52c00f/mbid-1a5119e9-85bb-4c65-87a0-bc515a52c00f-32201966341_thumb250.jpg",
    "song": "Stalakdrama",
    "track_id": "42ca81c3-be47-3cc6-8aa5-316162c934d8",
    "recording_id": "caa5542a-b9e6-4457-8ef1-b96d7027a653",
    "artist": "Yello",
    "artist_ids": [
        "c616aef1-e21f-46f8-864f-b7bad96f41b2"
    ],
    "album": "Stella",
    "release_id": "6766e6ca-24bc-36cd-88d4-ebec3ad7f78a",
    "release_group_id": "8d5f179a-3bbb-3de4-bf80-eac413920317",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Many of the themes and songs for this album were originally intended for an operatic stage show titled \"Snowball\" that Dieter Meier had started developing in 1983 -- this track was intended to be the show's opening overture.\n\nhttps://en.wikipedia.org/wiki/Stella_(album)\n--\nRead more about Yello here: https://www.electricityclub.co.uk/oh-yeah-the-legacy-of-yello/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}