Information about plays

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

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

{
    "id": 3415179,
    "uri": "https://api.kexp.org/v2/plays/3415179/?format=api",
    "airdate": "2024-10-20T16:34:59-07:00",
    "show": 61628,
    "show_uri": "https://api.kexp.org/v2/shows/61628/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "VILMA 1",
    "track_id": null,
    "recording_id": null,
    "artist": "LOTTA",
    "artist_ids": [],
    "album": "VILMA",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LOTTA is the project of Slovakian artist Dagmar Mišíková, who shares of her new album, \"VILMA conveys the contrasts between the past and the present where the times of childhood meet the challenges of the present. It is through these worlds that the theme of capturing fleeting moments with the desire to create something permanent that transcends the fleetingness of time is highlighted.\n\n\"I am aware of the human powerlessness being unable to maintain in our lives what is naturally born with wings and will eventually fly somewhere.\n\n\"And it is all about keeping our heroes alive by storytelling. Love, L.\"  https://tinyurl.com/3sdkkr8y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}