Information about plays

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

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

{
    "id": 381565,
    "uri": "https://api.kexp.org/v2/plays/381565/?format=api",
    "airdate": "2019-09-16T11:00:12-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/6765aaef-1e9d-3ebe-956a-be97390932e5/6368504411-250.jpg",
    "thumbnail_uri": "",
    "song": "Delirious",
    "track_id": "bf6aa075-4ebf-33ec-b1f0-cf9eddf5c87c",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits/The B-Sides",
    "release_id": "6765aaef-1e9d-3ebe-956a-be97390932e5",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1993-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track came to us from Molly's mixtape, submitted for Mixtape Week on KEXP. Of these songs they said \" A mid 30's mid-life crisis and I just found out my Dad has cancer.  I am leaving my career, friends, and great paying career, uprooting my life as I know it in the south, and heading north.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}