Information about plays

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

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

{
    "id": 3551758,
    "uri": "https://api.kexp.org/v2/plays/3551758/?format=api",
    "airdate": "2025-09-11T15:49:45-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/abe4b052-2f6d-319f-899a-df9d2b3eaac5/22505099859-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/abe4b052-2f6d-319f-899a-df9d2b3eaac5/22505099859-250.jpg",
    "song": "I'll Be With You",
    "track_id": null,
    "recording_id": "5bb0be82-eaae-408c-9a02-bbd1049f63cd",
    "artist": "Bernie Worrell",
    "artist_ids": [
        "e68abd50-e5ec-4b5c-87dd-0fd0437cafd1"
    ],
    "album": "All the Woo in the World",
    "release_id": null,
    "release_group_id": "1d71a942-2c69-3a46-afa2-fcbe0efcb110",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The extremely talented George Bernard Worrell, Jr died in 2016 at age 72: https://www.npr.org/2016/06/25/483537353/bernie-worrell-the-most-influential-keyboardist-youve-probably-never-heard-of",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}