Information about plays

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

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

{
    "id": 3566637,
    "uri": "https://api.kexp.org/v2/plays/3566637/?format=api",
    "airdate": "2025-10-18T05:29:12-07:00",
    "show": 64863,
    "show_uri": "https://api.kexp.org/v2/shows/64863/?format=api",
    "image_uri": "https://ia803209.us.archive.org/11/items/mbid-722dfbfb-f9fb-40a9-af40-7397a1c1c63a/mbid-722dfbfb-f9fb-40a9-af40-7397a1c1c63a-3656691271_thumb500.jpg",
    "thumbnail_uri": "https://ia803209.us.archive.org/11/items/mbid-722dfbfb-f9fb-40a9-af40-7397a1c1c63a/mbid-722dfbfb-f9fb-40a9-af40-7397a1c1c63a-3656691271_thumb250.jpg",
    "song": "Anti Love Song",
    "track_id": "90f7579c-dbcf-3dc3-b406-ea5f53920956",
    "recording_id": "7ee80fb5-69c5-4257-985f-faa7065a125f",
    "artist": "Betty Davis",
    "artist_ids": [
        "bb17dc42-ecaf-42ca-aa35-b23207573060"
    ],
    "album": "Betty Davis",
    "release_id": "722dfbfb-f9fb-40a9-af40-7397a1c1c63a",
    "release_group_id": "a453c5f2-3a8f-3c6c-bde6-ea83aac43c99",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2007-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by the drummer of Sly & the Family Stone.\n\nR.I.P to Betty Davis, who died in 2022. In 2018, the New Yorker published an essay on the \"artful, erotic, and still misunderstood funk of Betty Davis\": https://www.newyorker.com/culture/culture-desk/the-artful-erotic-and-still-misunderstood-funk-of-betty-davis",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}