Information about plays

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

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

{
    "id": 355013,
    "uri": "https://api.kexp.org/v2/plays/355013/?format=api",
    "airdate": "2019-07-16T08:18:07-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "http://coverartarchive.org/release/703da45f-540d-49d8-acd2-1a8d0d8c3517/23181537990-250.jpg",
    "thumbnail_uri": "",
    "song": "Positive",
    "track_id": "5612f3ca-706d-4b09-b275-917ec2bea79f",
    "recording_id": null,
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "A Bath Full of Ecstasy",
    "release_id": "703da45f-540d-49d8-acd2-1a8d0d8c3517",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A quiet Friday afternoon by London’s Regent’s Canal. Two dads who have known each other since they were 11 – they’re now 39 – are having lunch without the kids. One is a smiling, broad-shouldered bear in a pink T-shirt. The other is smaller and bespectacled, hiding under a baseball cap. They look slightly hipsterish, but blend into the background seamlessly. A huge yellow bag and rucksack under the table contain their rather different outfits for later that day.\"  The Guardian sat down with Hot Chip: https://bit.ly/31Kzhg8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}