Information about plays

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

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

{
    "id": 350167,
    "uri": "https://api.kexp.org/v2/plays/350167/?format=api",
    "airdate": "2019-07-04T20:07:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When You Don’t Come Home",
    "track_id": "e10bf5fa-f233-4406-ac5b-978f35bb987b",
    "recording_id": null,
    "artist": "The SteelDrivers",
    "artist_ids": [
        "d2ccb26b-b3ef-4e12-a336-f07c1bfa00ef"
    ],
    "album": "Hammer Down",
    "release_id": "1518f439-9f0c-4822-b51c-a71fbcf1e12e",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [],
    "release_date": "2013-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sun 7/28/18 @Tractor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}