Information about plays

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

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

{
    "id": 372961,
    "uri": "https://api.kexp.org/v2/plays/372961/?format=api",
    "airdate": "2019-08-27T11:24:46-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jolie Louise",
    "track_id": null,
    "recording_id": null,
    "artist": "Daniel Lanois",
    "artist_ids": [
        "ca0489a4-3a7b-4def-b66e-e00b2f579ae0"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After his friend Jim's death, Jamie writes, \"A few months later I drove out to Seattle without him, but Jim’s Kentucky Hybrid and the tapes that it came from were my companion for a very different type of road trip.\"  He was accompanied by Daniel Lanois, among other gems.  Here's the link to Jamie's complete playlist: https://mail.google.com/mail/u/0/#inbox/FMfcgxwDqxGPCvjDdjgmdkjdDQRxtHhT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}