Information about plays

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

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

{
    "id": 352666,
    "uri": "https://api.kexp.org/v2/plays/352666/?format=api",
    "airdate": "2019-07-10T18:09:23-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poison",
    "track_id": null,
    "recording_id": null,
    "artist": "David Nance Group",
    "artist_ids": [
        "4e6a75fe-7742-4877-9431-ed8a3f022c09"
    ],
    "album": "Peaced and Slightly Pulverized",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri 8/2 and Sun 8/4 @ Pickathon: https://pickathon.com/artist/david-nance-group ; band out of Omaha, NE ; https://www.stereogum.com/2015655/david-nance-group-peaced-and-slightly-pulverized/franchises/interview/ ; https://davidnance.bandcamp.com ; https://www.facebook.com/davidnanceband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}