Information about plays

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

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

{
    "id": 3546419,
    "uri": "https://api.kexp.org/v2/plays/3546419/?format=api",
    "airdate": "2025-08-29T19:11:42-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Life",
    "track_id": null,
    "recording_id": "6c011a5b-c72f-431b-b915-dfe692e7ca8e",
    "artist": "Sjava",
    "artist_ids": [
        "768a27db-eebb-4159-b6ce-e636f499e858"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sjava, the stage name of Jabulani Hadebe, is a South African rapper, singer, and actor. Born in Bergville, KwaZulu Natal in 1988, Sjava discovered his passion for music around age 10 and formed an a cappella group. He started acting in 2005, landing a role in the TV drama Zone 14 and a 2010 South African Film and Television Award nomination. Sjava released his debut album, Isina Muva, in 2016, winning a South African Music Award for Best Produced Album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}