Information about plays

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

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

{
    "id": 356556,
    "uri": "https://api.kexp.org/v2/plays/356556/?format=api",
    "airdate": "2019-07-19T17:52:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mexico",
    "track_id": "be8209bd-5172-4ca6-9819-111fcbc4faa3",
    "recording_id": null,
    "artist": "Night Moves",
    "artist_ids": [
        "597067b8-ebd6-49eb-8a67-c7a31a692c4f"
    ],
    "album": "Can You Really Find Me",
    "release_id": "79b8a9b7-336c-4866-bf35-d7db0ab93b9c",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was recorded during \"a bleak and frigid Minneapolis winter\" and then produced by Jim Eno (founding drummer of Spoon) in Texas. Along the way, live band members Chuck Murlowski and Mark Hanson helped flesh out the tunes. Justly described as a \"grab bag\" of genres \"from neo-psychedelia to shoegaze, ambient pop to cosmic country\", Can You Really Find Me is at once retro and refreshing as it maintains a core stylistic through-line. Fans of the aforementioned acts and Night Moves' previous work will definitely enjoy it.  https://bit.ly/32A1jLv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}