Information about plays

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

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

{
    "id": 3546431,
    "uri": "https://api.kexp.org/v2/plays/3546431/?format=api",
    "airdate": "2025-08-29T19:52:29-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f64fd85-d575-4db0-86a0-5f83fd78579b/38129318521-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f64fd85-d575-4db0-86a0-5f83fd78579b/38129318521-250.jpg",
    "song": "Ngud'",
    "track_id": null,
    "recording_id": "519d8aaf-c46e-4501-bdf6-eb492ede2b20",
    "artist": "Kwesta feat. Cassper Nyovest",
    "artist_ids": [
        "7559f591-d012-468f-bab9-43f3d57b54c7",
        "cae7634f-8104-4eb7-9371-6097ad078bb5"
    ],
    "album": "DaKAR II",
    "release_id": null,
    "release_group_id": "3ebf72ff-a2c3-4def-8460-b46e5b970a3f",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Senzo Mfundo Vilakazi known professionally as Kwesta, is a South African rapper and songwriter. He was born in Katlehong, Gauteng, a township also known as ‘K1’. In 2003, at the age of 15, he and his friends formed a rap group Ghetto Fellaz which then changed to The Juvenylz, same year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}