Information about plays

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

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

{
    "id": 372029,
    "uri": "https://api.kexp.org/v2/plays/372029/?format=api",
    "airdate": "2019-08-25T04:51:00-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Is the Place",
    "track_id": "e7229a54-c715-4178-9fe3-eaa794b72fce",
    "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": "London based jazz collective will be in Seattle in December. Playing at Barboza http://www.thebarboza.com/e/ezra-collective-65123411878/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}