Information about plays

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

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

{
    "id": 3623165,
    "uri": "https://api.kexp.org/v2/plays/3623165/?format=api",
    "airdate": "2026-02-27T20:23:42-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hamba",
    "track_id": null,
    "recording_id": "9e2365fc-5449-4faf-ac66-ebc2fdd684bb",
    "artist": "Q Twins",
    "artist_ids": [
        "5c4e16d3-76c7-4c89-9810-c0f1e5be632a"
    ],
    "album": "Zulu Heartbeat",
    "release_id": null,
    "release_group_id": "61a7a497-f2b2-3cdb-b2b2-fdd426e1da4c",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Q Twins are identical twin sisters Viggy and Virginia Qwabe, a South African Afro-pop duo born in 1997 in KwaZulu-Natal. Rising to fame as Top 10 contestants on Idols SA Season 15 (2019), they were signed to DJ Tira's Afrotainment label. They are known for hits like \"Hamba\" \"Laba Abantu\" and albums The Gift of Love and Words of Hope.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}