Information about plays

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

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

{
    "id": 3623231,
    "uri": "https://api.kexp.org/v2/plays/3623231/?format=api",
    "airdate": "2026-02-28T00:10:48-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afro Puffs",
    "track_id": null,
    "recording_id": "21cba060-f9e9-4b20-8590-2892fea8597a",
    "artist": "The Lady of Rage",
    "artist_ids": [
        "147a3ceb-ebeb-4ce8-96e6-b2b3616dca04"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lady of Rage released “Afro Puffs” in 1994 as part of Above the Rim soundtrack and her debut album Necessary Roughness. The track showcases her confident, aggressive flow over Death Row style G-funk production, becoming a West Coast anthem and a defining moment for female MCs in 1990s hip-hop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}