Information about plays

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

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

{
    "id": 377366,
    "uri": "https://api.kexp.org/v2/plays/377366/?format=api",
    "airdate": "2019-09-06T07:01:03-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Kind of Monster Are You?",
    "track_id": "6b4b54c4-b2c2-425f-a956-2e6b51f72067",
    "recording_id": null,
    "artist": "Ex Hex",
    "artist_ids": [
        "2f64e1fd-44b3-44f1-a586-b9916966b39f"
    ],
    "album": "It's Real / What Kind of Monster Are You?",
    "release_id": "fb7bc14e-c993-4478-a660-6000cd37e6b6",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-09-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Before Ex Hex, frontwoman Mary Timony solidified her standing as a beloved indie fixture, playing in Autoclave and Helium, while also releasing solo music. She also was a member of Wild Flag, the disappointingly short-lived band with Sleater-Kinney’s Carrie Brownstein and Janet Weiss.  This  kickass cover of Slant 6’s “What Kind Of Monster Are You?”  makes some sense, as Slant 6’s singer and guitarist Christina Billott was also in Autoclave with Timony.: https://bit.ly/2kvSEsg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}