Information about plays

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

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

{
    "id": 343606,
    "uri": "https://api.kexp.org/v2/plays/343606/?format=api",
    "airdate": "2019-06-19T18:23:58-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just a Closer Walk With Thee",
    "track_id": "36e49cad-f894-36d8-b312-640f73ce07aa",
    "recording_id": null,
    "artist": "Allen Toussaint",
    "artist_ids": [
        "ec21cced-2d22-4883-9ee3-f642e6e52f58"
    ],
    "album": "The Bright Mississippi",
    "release_id": "89e9f16b-202f-4191-926e-1910fbce1c9f",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [],
    "release_date": "2009-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song live with Preservation Hall Jazz Band: https://www.youtube.com/watch?v=Mu84tQTBidQ ; we lost Allen Toussaint not too long ago as well, in 2015: http://www.theneworleansadvocate.com/news/13936351-32/allen-toussaint-dies-at-77",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}