Information about plays

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

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

{
    "id": 3569079,
    "uri": "https://api.kexp.org/v2/plays/3569079/?format=api",
    "airdate": "2025-10-23T21:14:26-07:00",
    "show": 64914,
    "show_uri": "https://api.kexp.org/v2/shows/64914/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream Lover\" (夢中人)",
    "track_id": null,
    "recording_id": null,
    "artist": "Faye Wong",
    "artist_ids": [],
    "album": "Dream Lover\" (夢中人)",
    "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": "Faye Wong covered The Cranberries' song \"Dreams,\" releasing a Cantonese version titled \"Dream Lover\" (夢中人) in 1994. The cover was featured prominently in the film Chungking Express (1994), boosting both the song's and the original Cranberries' popularity in Hong Kong.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}