Information about plays

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

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

{
    "id": 357752,
    "uri": "https://api.kexp.org/v2/plays/357752/?format=api",
    "airdate": "2019-07-22T19:17:25-07:00",
    "show": 5964,
    "show_uri": "https://api.kexp.org/v2/shows/5964/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carreta Furacão",
    "track_id": null,
    "recording_id": null,
    "artist": "El Shirota",
    "artist_ids": [
        "ce6c47f7-03db-468b-b38f-d59beecc4c1b"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[ #FreakoutFest2019]<br> El Shirota es una banda originaria de Chiluca, Estado de México, que durante los últimos 5 años ha logrado posicionarse como una de las propuestas musicales más interesantes dentro del panorama de la música independiente en México.<br>\n<br>\nEl Shirota is a band originally from Chiluca, Mexico, which during the last 5 years has managed to position itself as one of the most interesting musical proposals inside of the panorama of independent music in Mexico.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}