Information about plays

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

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

{
    "id": 3574543,
    "uri": "https://api.kexp.org/v2/plays/3574543/?format=api",
    "airdate": "2025-11-06T01:58:04-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9709d78-832a-40e1-a1d6-1eaf6858bb48/27893001002-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9709d78-832a-40e1-a1d6-1eaf6858bb48/27893001002-250.jpg",
    "song": "She's Lost Control",
    "track_id": null,
    "recording_id": "d0b5b9af-6052-456d-9996-4a4ffb6beae6",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Private Life / She’s Lost Control",
    "release_id": null,
    "release_group_id": "d2f0d8cf-203c-4806-a480-b589dd611953",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1980-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beverly Grace Jones (born 19 May 1948) is a Jamaican singer, songwriter, model, record producer, and actress. \nBorn in Kingston, Jamaica, Jones studied theater at Syracuse University before launching a career as a model. Jones' statuesque and flamboyant look proved to be a hit in the New York City nightclub scene, which led to a recording contract with Island Records in 1977. \nShe released three disco albums in the late 70s that were not commercially successful, but then switched to new wave/experimental music, which resulted in her breakthrough albums, 1980's Warm Leatherette and 1981's Nightclubbing -- both produced by the noted reggae team of Sly & Robbie (the latter release spawned one of Jones' biggest hits, \"Pull Up to the Bumper,\" as well as covers of Iggy Pop's \"Nightclubbing\" and the Police's \"Demolition Man\").",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}