Information about plays

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

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

{
    "id": 377255,
    "uri": "https://api.kexp.org/v2/plays/377255/?format=api",
    "airdate": "2019-09-06T00:24:09-07:00",
    "show": 6277,
    "show_uri": "https://api.kexp.org/v2/shows/6277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quest for Coin",
    "track_id": "164539c4-3f2e-40ff-a651-53ac1de709a0",
    "recording_id": null,
    "artist": "Ezra Collective",
    "artist_ids": [
        "d51acca9-a88b-4f5c-a2fe-f069de70ca1d"
    ],
    "album": "You Can’t Steal My Joy",
    "release_id": "f9ae9529-d43b-4a05-b9ec-0160b6b88180",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Five piece London based jazz band Ezra Collective will head out on the road for their 2019 tour dates. Specifically, Ezra Collective will finally be embarking on their journey to perform in the United States, as the band announced via Twitter. Performing LIVE at Barboza on\nFriday, December 13!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}