Information about plays

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

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

{
    "id": 2677172,
    "uri": "https://api.kexp.org/v2/plays/2677172/?format=api",
    "airdate": "2019-12-23T14:37:00-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Overworked",
    "track_id": null,
    "recording_id": null,
    "artist": "New Chance",
    "artist_ids": [],
    "album": "Hardly Working",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Over the last five years, Toronto’s electronic music producer and vocalist Victoria Cheong has been particularly active as a DJ, remixer and contributor alongside reggae legend Willi Williams, Chandra and Jennifer Castle’s Angels of Death amongst others. She is also an active member of Nice Hands, a duo that she forms with poet Aisha Sasha John. Despite all of these collaborations, she has also found some time to refine her vision as New Chance",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}