Information about plays

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

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

{
    "id": 349469,
    "uri": "https://api.kexp.org/v2/plays/349469/?format=api",
    "airdate": "2019-07-03T06:25:36-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Water Slides",
    "track_id": "66ec325c-31ab-4622-a694-a6337c1e94b8",
    "recording_id": null,
    "artist": "Mew",
    "artist_ids": [
        "fa927f59-d443-418a-b741-e557208aaf09"
    ],
    "album": "+ −",
    "release_id": "fd529406-2424-4a4c-914d-93c40d0a4d5c",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2015-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the Danish band's sixth studio album. <br> </br> Check out when they performed at KEXP in 2015:  http://blog.kexp.org/2015/11/19/live-video-mew/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}