Information about plays

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

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

{
    "id": 3623147,
    "uri": "https://api.kexp.org/v2/plays/3623147/?format=api",
    "airdate": "2026-02-27T19:13:46-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Somebody",
    "track_id": null,
    "recording_id": null,
    "artist": "Effyzzie Music Ft Yemi Alade & Yaba Buluku Boyz",
    "artist_ids": [],
    "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": "Yemi Alade (born March 13, 1989) is a renowned Nigerian Afropop singer, songwriter, and actress known as \"Mama Africa.\" She gained prominence after winning the Peak Talent Show in 2009 and achieved international fame with her 2014 hit single \"Johnny\". Known for her energetic stage performances and multilingual lyrics (English, Igbo, Yoruba, French, Swahili, Portuguese), she has released multiple successful albums, including King of Queens and Mama Africa.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}