Information about plays

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

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

{
    "id": 372993,
    "uri": "https://api.kexp.org/v2/plays/372993/?format=api",
    "airdate": "2019-08-27T13:27:58-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/3287a560-657b-4557-a93d-16052aa09117/15188669420-250.jpg",
    "thumbnail_uri": "",
    "song": "Freedom",
    "track_id": "ca4e8288-55e2-40ef-acde-0e26adbd7759",
    "recording_id": null,
    "artist": "Beyoncé feat. Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "Lemonade",
    "release_id": "3287a560-657b-4557-a93d-16052aa09117",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amy picked this song for her \"Rough Going\" mixtape.  She notes that the second half, that included \"Freedom,\" \" is an attempt to find some hope.\"  Here's the whole playlist: h2MGWXh7ttps://bit.ly/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}