Information about plays

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

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

{
    "id": 350501,
    "uri": "https://api.kexp.org/v2/plays/350501/?format=api",
    "airdate": "2019-07-05T15:37:15-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/513ef1c0-6e3a-4aa8-bc3f-4bbe7da09c17/2016386989-250.jpg",
    "thumbnail_uri": "",
    "song": "Tessellate",
    "track_id": "4fbefb42-f306-3cfb-aa4b-616afb14f14e",
    "recording_id": null,
    "artist": "alt-J",
    "artist_ids": [
        "fc7bbf00-fbaa-4736-986b-b3ac0266ca9b"
    ],
    "album": "An Awesome Wave",
    "release_id": "513ef1c0-6e3a-4aa8-bc3f-4bbe7da09c17",
    "release_group_id": null,
    "labels": [
        "Infectious Records"
    ],
    "label_ids": [
        "08a5852e-6847-4a14-9de7-595169ba6771"
    ],
    "release_date": "2012-05-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music video to accompany \"Tessellate\" was first released on YouTube on July 9, 2012; it was directed by Ben Newbury and is an artistic reworking of the famous painting The School of Athens by Raphael, using 21st century characters in a room similar to the painting's background (Panthéon, in Paris). To reinforce the connection, one of the characters at the very beginning of the clip is wearing a printed T-shirt of the painting.  https://bit.ly/2JvD1d1 | www.youtube.com/watch?v=Qg6BwvDcANg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}