Information about plays

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

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

{
    "id": 356533,
    "uri": "https://api.kexp.org/v2/plays/356533/?format=api",
    "airdate": "2019-07-19T16:37:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Falling",
    "track_id": "5a75bf49-15a8-4105-9336-2ca4102a8b9f",
    "recording_id": null,
    "artist": "Dude York",
    "artist_ids": [
        "1ce990a5-52a0-448f-ba6d-4cc011ebe4b3"
    ],
    "album": "Falling",
    "release_id": "41d15bac-b1b1-49f3-a443-6797217a2379",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Crocodile on October 7th!  “There are two ways things can fall,” says Dude York’s Claire England. “They can fall and be ruined, or they can fall gently like a feather and be fine.” On Falling, their second full-length for Hardly Art, the Seattle trio explores that sentiment—evoked by the broken cake on the album cover and the soft confetti on the inside sleeve—through impossibly catchy and emotive songs that investigate the ways you can fall in and out of relationships, and sometimes fall back together.  https://bit.ly/2JQPhVv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}