Information about plays

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

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

{
    "id": 3545219,
    "uri": "https://api.kexp.org/v2/plays/3545219/?format=api",
    "airdate": "2025-08-26T21:39:45-07:00",
    "show": 64396,
    "show_uri": "https://api.kexp.org/v2/shows/64396/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hamba Wena",
    "track_id": null,
    "recording_id": "3b7add8c-92df-4765-819e-e02bf9e8e8e7",
    "artist": "Deep London x Boohle",
    "artist_ids": [
        "a2f4de1c-7ccd-49fc-bccb-4fb4b8dcffd4",
        "3e409eb7-94e2-44f1-b2d6-a11743fb11cb"
    ],
    "album": "Hamba Wena",
    "release_id": null,
    "release_group_id": "5c25406a-409e-43ac-9a49-2276af66e44b",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deep London is an #Amapiano Producer and Dj from South Africa. He's The guy who made the whole world dance with \"Hamba Wena \" Deep London has a New Ep titled #Makukhanye and its currently doing amazing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}