Information about plays

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

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

{
    "id": 370810,
    "uri": "https://api.kexp.org/v2/plays/370810/?format=api",
    "airdate": "2019-08-22T11:33:34-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brother",
    "track_id": "e9407b95-5864-3292-a347-50017d0f2cd3",
    "recording_id": null,
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Sap",
    "release_id": "250bd8f0-9c77-4318-b14c-0684ce5f9b75",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-03-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle mayor Jenny Durkan has proclaimed today, August 22, 2019, Layne Staley Day. The former frontman of Alice In Chains and Mad Season would've turned 52-years-old today. Staley passed away on April 5, 2002 from a drug overdose. <br> <br> There are many events around Seattle to honor Staley. Find out more here: https://www.kexp.org/read/2019/8/22/seattle-mayor-jenny-durkan-proclaims-august-22-2019-layne-staley-day/ <br> <br> You can head to Nectar Lounge tonight for a Layne Staley Tribute: https://bit.ly/33VKdbU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}