Information about plays

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

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

{
    "id": 382918,
    "uri": "https://api.kexp.org/v2/plays/382918/?format=api",
    "airdate": "2019-09-19T10:29:00-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "lucy",
    "track_id": null,
    "recording_id": null,
    "artist": "Soccer Mommy",
    "artist_ids": [
        "84803b1d-dcb3-490d-9af5-debbba64a011"
    ],
    "album": "lucy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Loma Vista"
    ],
    "label_ids": [],
    "release_date": "2019-09-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new track released this morning by Soccer Mommy!  The new 7\" single will be out in late November. <br> <br> \"‘lucy’ is a really fun song for me because it has a dark, evil vibe,” Soccer Mommy said in a statement. “It’s a song about struggling with inner demons and your own morality, but I masked it with this scenario of being seduced by the devil. I’m really excited to share this with everyone because I think it shows a different side of my writing.” https://bit.ly/2mpnDqK <br> <br>Soccer Mommy will be playing at WaMu Theater on Friday, September 27th with Vampire Weekend. Show info here: https://bit.ly/2RqOuwt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}