Information about plays

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

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

{
    "id": 3612246,
    "uri": "https://api.kexp.org/v2/plays/3612246/?format=api",
    "airdate": "2026-02-02T10:58:38-08:00",
    "show": 65822,
    "show_uri": "https://api.kexp.org/v2/shows/65822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Every Woman",
    "track_id": "a744d9d9-0ad5-3a5d-9beb-bf5c89077b9c",
    "recording_id": "60d5478a-fe3c-429d-aeed-79206f40f20d",
    "artist": "Whitney Houston",
    "artist_ids": [
        "0307edfc-437c-4b48-8700-80680e66a228"
    ],
    "album": "The Bodyguard: Original Soundtrack Album",
    "release_id": "11cafb9e-5fbc-49c7-b920-4ff754e03e93",
    "release_group_id": "9577b974-cce5-35b2-82d0-0969e5484a73",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1992-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Whitney Houston covered this Chaka Khan song for \"The Bodyguard.\" It was the debut solo single for Chaka Khan, who had established a career with the group Rufus.  The song was written by the famous husband-and-wife songwriting team Nickolas Ashford and Valerie Simpson.\n\nWhitney Elizabeth Houston--August 9, 1963-February 11, 2012.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}