Information about plays

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

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

{
    "id": 3532660,
    "uri": "https://api.kexp.org/v2/plays/3532660/?format=api",
    "airdate": "2025-07-28T03:00:37-07:00",
    "show": 64135,
    "show_uri": "https://api.kexp.org/v2/shows/64135/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Remember Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Fawn Wood",
    "artist_ids": [],
    "album": "Kikāwiynaw",
    "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": "Cree, Salish\n\nFawn Wood is a Cree and Salish musician from St. Paul, Alberta, Canada. She is most noted for her album Kakike, for which she won the Juno Award for Traditional Indigenous Artist of the Year at the Juno Awards of 2022.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}