Information about plays

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

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

{
    "id": 345857,
    "uri": "https://api.kexp.org/v2/plays/345857/?format=api",
    "airdate": "2019-06-25T07:01:00-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Klapp Klapp",
    "track_id": "06d13a47-d29f-47ac-aca9-d8026739a522",
    "recording_id": null,
    "artist": "Little Dragon",
    "artist_ids": [
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": "Nabuma Rubberband",
    "release_id": "a3a3a1e9-a016-41cc-9559-d1ec88140b52",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2014-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Dragon performed \"Klapp Klapp\" live on KEXp in 2014:  https://bit.ly/2IJ1U5D  They also performed live at The Little London Plane during Upstream Music Fest on June 1, 2018:  https://bit.ly/2Kboqlk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}