Information about plays

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

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

{
    "id": 3569499,
    "uri": "https://api.kexp.org/v2/plays/3569499/?format=api",
    "airdate": "2025-10-24T20:10:16-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ntozabantu",
    "track_id": null,
    "recording_id": "d143f1c6-e586-44ae-aabc-6916722eebdc",
    "artist": "Lebo Mathosa",
    "artist_ids": [
        "d82728c3-4908-4386-8252-835bbef4c97c"
    ],
    "album": "Dream",
    "release_id": null,
    "release_group_id": "ed053ab5-6706-4705-9fad-c9eec6734a90",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lebohang Precious Mathosa was a South African kwaito singer. Mathosa started her career as a founding member of the popular South African band Boom Shaka in 1994 at the age of 17, after she caught the eye of music producer Don Laka at a club in Johannesburg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}