Information about plays

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

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

{
    "id": 356541,
    "uri": "https://api.kexp.org/v2/plays/356541/?format=api",
    "airdate": "2019-07-19T17:05:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Age of Consent",
    "track_id": "7f9740fd-dd8f-36ff-952c-5466538db856",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Power, Corruption & Lies",
    "release_id": "f2dd4d75-adcd-4347-93f3-4ea35f2b3b35",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is probably KEXP's most played and requested song, with approximately 335 plays since January 1st, 2001!  (Thanks to Larry Rose for the sweet software to check this out!)  The song has been played 208 times in concert by the band, making its live debut in 1982. It returned to live performances in 2011, following a 22-year absence from setlists, having last been played live in 1989.  https://bit.ly/2J7V5ZQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}