Information about plays

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

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

{
    "id": 350516,
    "uri": "https://api.kexp.org/v2/plays/350516/?format=api",
    "airdate": "2019-07-05T16:32:00-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drowning",
    "track_id": null,
    "recording_id": null,
    "artist": "BB",
    "artist_ids": [
        "a81437bd-852e-41ff-8d7c-b781ab1925b5"
    ],
    "album": "X",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This Vancouver-based band will be performing at the WISE Hall on July 9th! <Br><br>Lead singer Bella shares, “The song is written and sung from the perspective of someone who is in a romantic relationship with an alcoholic who is abusive to their partner. The title of the track represents the feeling of emotionally drowning in the abuse and feeling like there is no way to 'breathe' and there is no hope of surviving, and encapsulates the process of doing so.”  https://bit.ly/2Jq8wFb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}