Information about plays

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

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

{
    "id": 356248,
    "uri": "https://api.kexp.org/v2/plays/356248/?format=api",
    "airdate": "2019-07-18T23:57:14-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "http://coverartarchive.org/release/cde2d39c-93e8-48ca-aa6f-9c8f01046a42/23324088301-250.jpg",
    "thumbnail_uri": "",
    "song": "Maru",
    "track_id": "b784574c-35ff-41fb-8707-e296ca97a528",
    "recording_id": null,
    "artist": "Plaid",
    "artist_ids": [
        "7e54d133-2525-4bc0-ae94-65584145a386"
    ],
    "album": "Polymer",
    "release_id": "cde2d39c-93e8-48ca-aa6f-9c8f01046a42",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Polymer is the tenth studio album by British electronic music duo Plaid.  It is the follow up to their 2016 album The Digging Remedy. The tracks \"Maru\", \"Recall\", \"Los\", and \"Dancers\" were made available prior to release, each with a music video.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}