Information about plays

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

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

{
    "id": 356956,
    "uri": "https://api.kexp.org/v2/plays/356956/?format=api",
    "airdate": "2019-07-20T18:44:17-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Tell Me No",
    "track_id": "782dce09-a015-4d03-9489-97c815b00195",
    "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": false,
    "is_request": false,
    "is_live": false,
    "comment": "Summer Cannibals is a rock band from Portland, Oregon featuring lead singer and guitarist Jessica Boudreaux, drummer Devon Shirley, guitarist Cassi Blum and bassist Ethan Butman. Their brand new album 'Can't Tell Me No' is out now on Tiny Engines. Catch them Live on KEXP July 26th at 12PM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}