Information about plays

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

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

{
    "id": 3569528,
    "uri": "https://api.kexp.org/v2/plays/3569528/?format=api",
    "airdate": "2025-10-24T21:48:42-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7a819ea-af00-4973-bd6d-cc27f3a6bc04/10756195324-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7a819ea-af00-4973-bd6d-cc27f3a6bc04/10756195324-250.jpg",
    "song": "Vuli ndlela",
    "track_id": null,
    "recording_id": "b5226bd1-feb9-41b1-a562-10aa33ff3bda",
    "artist": "Brenda Fassie",
    "artist_ids": [
        "91838da6-e1cc-46ff-b235-2a2b83814608"
    ],
    "album": "Brenda Fassie",
    "release_id": null,
    "release_group_id": "addfc5b5-fd3f-307f-9f2a-139a575481a7",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A timeless track about overcoming from this South African musical icon. https://www.theguardian.com/news/2004/may/11/guardianobituaries.southafrica",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}