Information about plays

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

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

{
    "id": 345637,
    "uri": "https://api.kexp.org/v2/plays/345637/?format=api",
    "airdate": "2019-06-24T18:05:49-07:00",
    "show": 5764,
    "show_uri": "https://api.kexp.org/v2/shows/5764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Se Quema",
    "track_id": null,
    "recording_id": null,
    "artist": "Miss Bolivia y Jimena Barón",
    "artist_ids": [],
    "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": "Miss Bolivia is a renowned artist of hip hop and neo cumbia of Argentina. In her new song \"Se quema\", with the participation of Argentina's J Mena, scenes of daily life are narrated and visibilized critically, where machismo and patriarchy are present and naturalized in society and culture<br>\n<br>\n#Pride2019: We are celebrating Pride Month by spotlighting a variety of latin LGBTQIA+ artists. Featuring many you know and some new favorites.<br>\n#Pride2019: Estamos celebrando el mes del orgullo. Desde “El Sonido” realizamos una selección de algunxs artistas latinos LGBTIQ+. Con algunos que ya conoces y también algunos nuevxs.<br>\n<br>\nMiss Bolivia es una artista renombrada de hip hop y neo cumbia de Argentina. En su nueva cancion “Se Quema”, con la participación de la también argentina J Mena, se narran y visibilizan críticamente escenas de la vida cotidiana donde el machismo y el patriarcado se hacen presentes y se entraman de forma naturalizada en la sociedad y la cultura.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}