Information about plays

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

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

{
    "id": 357742,
    "uri": "https://api.kexp.org/v2/plays/357742/?format=api",
    "airdate": "2019-07-22T18:40:24-07:00",
    "show": 5964,
    "show_uri": "https://api.kexp.org/v2/shows/5964/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "¿Cómo Te Va?",
    "track_id": null,
    "recording_id": null,
    "artist": "Dogos",
    "artist_ids": [],
    "album": "Dogos",
    "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": "Dogos (PuertoRico) started in 2015.In 2018 after several months in the studio and with several more lost by the passage of Hurricane Maria, Dogos released their first production \"Self-Titled,\" which featured hit tracks “Madrid,\" \"La Linda” and “Como Te Va\".<br>\n<br>\nDogos (PuertoRico) comenzó en 2015. En 2018, después de varios meses en el estudio y luego del paso del huracán María, Dogos lanzó su primera producción \"Self-Titled\", que contó con las canciones de éxito \"Madrid\", \"La Linda\" y \"Como Te Va\".<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}