Information about plays

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

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

{
    "id": 3551731,
    "uri": "https://api.kexp.org/v2/plays/3551731/?format=api",
    "airdate": "2025-09-11T14:23:44-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": "Woo Together",
    "track_id": null,
    "recording_id": "107e65fa-3103-4bea-9e1a-cd9a8309424a",
    "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": [
        "Get On Down"
    ],
    "label_ids": [
        "700ae57b-cb63-41d2-a86c-1656db7f37cd"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bernie trades lines with Junie Morrison, who had an unusual, captivating voice. Junie leans into the weirdness; his lines are alternately snarled, squeaked and abruptly finished. Bernie’s voice is a little more consistent, but no less charming. As was often the case in this period of P-Funk, many of the lyrics are unintelligible.\n--\nThe chorus is clearer: “We are to Woo together / Why can’t we Woo as one?” Dawn Silva, Sheila Horne, Jeanette MacGruder (The Brides of Funkenstein) and Linda Shider (wife of Garry) handle the chorus, : https://www.edgeoftheline.co/articles/woo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}