Information about plays

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

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

{
    "id": 350067,
    "uri": "https://api.kexp.org/v2/plays/350067/?format=api",
    "airdate": "2019-07-04T14:47:42-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "False Anthem",
    "track_id": "17aaaf5c-cac8-4a35-8cfb-90f9044a74fe",
    "recording_id": null,
    "artist": "Summer Cannibals",
    "artist_ids": [
        "eae09e20-597c-4347-9349-906b6538ae00"
    ],
    "album": "Can't Tell Me No",
    "release_id": "0394e6da-c763-4954-9766-b5ec3a501085",
    "release_group_id": null,
    "labels": [
        "Tiny Engines"
    ],
    "label_ids": [
        "2610903c-f0ac-4e7c-a2ab-c50f7468a8c2"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Summer Cannibals are live on KEXP Friday, July 26th at Noon!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}