Information about plays

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

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

{
    "id": 370764,
    "uri": "https://api.kexp.org/v2/plays/370764/?format=api",
    "airdate": "2019-08-22T08:18:56-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "http://coverartarchive.org/release/8d52a6d8-9600-38c1-935a-65d692cdf532/1390733613-250.jpg",
    "thumbnail_uri": "",
    "song": "Would?",
    "track_id": "cd3d46f5-1420-315f-b19e-48c90e32b895",
    "recording_id": null,
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Dirt",
    "release_id": "8d52a6d8-9600-38c1-935a-65d692cdf532",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle Mayor Jenny Durkin has officially declared that August 22nd (the date of the Alice in Chains and Mad Season frontman's birth) as Layne Staley Day. You can read the whole proclamation here: https://bit.ly/2ZfZfcZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}