Information about plays

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

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

{
    "id": 3548150,
    "uri": "https://api.kexp.org/v2/plays/3548150/?format=api",
    "airdate": "2025-09-02T21:55:06-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mona Ki Ngi Xica (Pablo Fierro Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bonga",
    "artist_ids": [
        "15b1dbc3-f113-44d5-88b0-7a258ae57dca"
    ],
    "album": "Mona Ki Ngi Xica (Pablo Fierro Remix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "MoBlack Records"
    ],
    "label_ids": [],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mona Ki Ngi Xica\" is a song in the album Angola 72 by the Angolan musician José Adelino Barceló de Carvalho, aka \"Bonga.” \n\nThe album, released in 1972, is a mix of Latin guitar and semba, traditional Angolan music, reflecting patriotism and Angolan pride as well as the acceptance of other cultures. 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"
}