Information about plays

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

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

{
    "id": 3572345,
    "uri": "https://api.kexp.org/v2/plays/3572345/?format=api",
    "airdate": "2025-10-31T20:59:30-07:00",
    "show": 64986,
    "show_uri": "https://api.kexp.org/v2/shows/64986/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c154eab-35f5-4b81-afd8-1574fe7e8e43/34365573936-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c154eab-35f5-4b81-afd8-1574fe7e8e43/34365573936-250.jpg",
    "song": "uZuma Yi Star",
    "track_id": null,
    "recording_id": null,
    "artist": "Lady Du",
    "artist_ids": [
        "8d3dd2fe-0aac-4a31-bf11-c977ec9edd4a"
    ],
    "album": "uMlando",
    "release_id": null,
    "release_group_id": "53b0d0d8-70ef-4a07-8c88-132bede1dd31",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lady Du was born Duduzile Ngwenya on 17 May 1991 in Vosloorus, Gauteng, South Africa to DJ Choc Ngwenya. She grew up in a musical family.\n\n\nHer father, DJ Choc Ngwenya, owned a nightclub his grandfather established in Vosloorus, Ekurhuleni. She won her first DJ competition at 9. He taught her how to deejay at age 10, and she started singing at age 15.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}