Information about plays

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

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

{
    "id": 3630323,
    "uri": "https://api.kexp.org/v2/plays/3630323/?format=api",
    "airdate": "2026-03-17T20:32:20-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mona Ki Ngi Xica (Pablo Fierro Remix)",
    "track_id": null,
    "recording_id": "fed23192-6fda-4c1d-ac3d-ea4edbced1fc",
    "artist": "Bonga",
    "artist_ids": [
        "15b1dbc3-f113-44d5-88b0-7a258ae57dca"
    ],
    "album": "Mona Ki Ngi Xica (Pablo Fierro Remix)",
    "release_id": null,
    "release_group_id": "978c49c1-e7e1-497a-95c8-2e2ecf3b4c5d",
    "labels": [
        "MoBlack Records"
    ],
    "label_ids": [
        "58d97b51-56ed-475a-bc75-b5b326d3a139"
    ],
    "release_date": "2020-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This original track is handpicked from the album Angola 72, a mix of Latin guitar and semba, traditional Angolan music, reflecting patriotism and Angolan pride. It describes Angola's struggle for independence from Portugal. The lyrics express the pain and suffering of the Angolan people under colonial rule and their hopes for freedom and a better future.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}