Information about plays

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

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

{
    "id": 377368,
    "uri": "https://api.kexp.org/v2/plays/377368/?format=api",
    "airdate": "2019-09-06T07:05:10-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/3c121c92-3629-44e7-88d5-2d64af1c2b65/23764957186-250.jpg",
    "thumbnail_uri": "",
    "song": "Catfish Kate",
    "track_id": "d1be6dd7-f14f-4c6c-92f1-acd5d2f903ea",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Beneath the Eyrie",
    "release_id": "3c121c92-3629-44e7-88d5-2d64af1c2b65",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Catfish Kate\" is the second single from Pixies' upcoming album \"Beneath The Eyrie,\" and comes along with a hand-painted music video courtesy of Krank! Collective. : https://www.spin.com/2019/08/pixies-catfish-kate-video/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}