Information about plays

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

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

{
    "id": 342692,
    "uri": "https://api.kexp.org/v2/plays/342692/?format=api",
    "airdate": "2019-06-17T20:22:05-07:00",
    "show": 5715,
    "show_uri": "https://api.kexp.org/v2/shows/5715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Piedra Marea Fuego",
    "track_id": null,
    "recording_id": null,
    "artist": "Marina Fages",
    "artist_ids": [
        "0c2a530a-695b-463b-b8b6-c8d8b35f80cf"
    ],
    "album": "Épica & Fantástica",
    "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": "Marina Fages is a musician and artist from Buenos Aires. Composer, singer and guitarist recorded two solo albums \"Madera Metal\" (2012) and \"Dibujo de Rayo\" (2015), both published in Argentina and Japan. \"Épica y Fantástica\" is her third studio album, co-produced with Diego Acosta and edited by Disco Baby Discos y Marder, the improvisational artistic collective. In Épica y Fantástica she continues on the path of rock by adding pop synths, always with an experimental spirit.<br>\n<br>\nMarina Fages es música y artista plástica de Buenos Aires. Compositora, cantante y guitarrista grabó dos discos solistas \"Madera Metal\" (2012) y \"Dibujo de Rayo\" (2015), ambos editados en Argentina y Japón. \"Épica y Fantástica\" es su tercer disco de estudio, co-producido junto a Diego Acosta y editado por Disco Baby Discos y Marder, el colectivo artístico de improvisación. Épica & fantástica es un nuevo viaje q continúa en la senda del rock sumando sintetizadores pop, siempre con espíritu experimental.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}