Information about plays

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

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

{
    "id": 371180,
    "uri": "https://api.kexp.org/v2/plays/371180/?format=api",
    "airdate": "2019-08-23T06:24:38-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’re Either On Something",
    "track_id": "8a20255d-554c-4fed-a2d1-e89a80acc1d6",
    "recording_id": null,
    "artist": "Temples",
    "artist_ids": [
        "1916fc94-bf9c-4ba2-90b0-22ebb5444d57"
    ],
    "album": "Hot Motion",
    "release_id": "73d21c87-a7ea-419d-ac68-80ee3c68df65",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British psychedelic pop trio Temples are releasing their third album, \"Hot Motion,\" on September 27th.   On this single \"You're Either On Something,\"  frontman James Bagshaw sings \"You're either on something or you're onto something.\":  https://bit.ly/2zeCHum",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}