Information about plays

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

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

{
    "id": 3548849,
    "uri": "https://api.kexp.org/v2/plays/3548849/?format=api",
    "airdate": "2025-09-04T13:34:48-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uthi ngimale male",
    "track_id": null,
    "recording_id": "bb5b5d88-1ccb-483d-b645-4918f2ff9350",
    "artist": "Esikhawini Choir",
    "artist_ids": [],
    "album": "Let Their Voices Be Heard: Traditional Singing in South Africa",
    "release_id": null,
    "release_group_id": "95876eb7-8491-4a53-8ad8-78ba374e1887",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby sampled the vocals here for his song \"Porcelain.\"\n--\nThe Esikhawini Choristers are a choir based in the Esikhawini region of KwaZulu-Natal, South Africa.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}