Information about plays

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

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

{
    "id": 3525180,
    "uri": "https://api.kexp.org/v2/plays/3525180/?format=api",
    "airdate": "2025-07-10T13:50:03-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "https://coverartarchive.org/release/a28806e0-31d3-3741-a52c-e7bd4ef53197/29129976040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a28806e0-31d3-3741-a52c-e7bd4ef53197/29129976040-250.jpg",
    "song": "Theme From \"A Fistful Of Dollars\"",
    "track_id": null,
    "recording_id": "350a5117-f977-410a-9809-1172f1111f87",
    "artist": "Ennio Morricone",
    "artist_ids": [
        "a16e47f5-aa54-47fe-87e4-bb8af91a9fdd"
    ],
    "album": "A Fistful Of Dollars",
    "release_id": null,
    "release_group_id": "43d65d3e-d32f-44a7-b08e-8f524f82cb02",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this is a reworking of Woody Guthrie's \"Pastures of Plenty\"?\nDuring their meeting for the first film, Morricone played director Sergio Leone an arrangement of Woody Guthrie's \"Pastures Of Plenty,\" which was released as a single in 1962 with vocals by folk singer Peter Tevis. At Leone's insistence, he reworked the tune for the movie's opening titles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}