Information about plays

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

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

{
    "id": 345652,
    "uri": "https://api.kexp.org/v2/plays/345652/?format=api",
    "airdate": "2019-06-24T19:01:37-07:00",
    "show": 5764,
    "show_uri": "https://api.kexp.org/v2/shows/5764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seres Invisibles",
    "track_id": null,
    "recording_id": null,
    "artist": "Rubio",
    "artist_ids": [
        "51ec54fe-100d-4fc7-b543-09e8e793ba30"
    ],
    "album": "B",
    "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": "Pride2019: We are celebrating Pride Month by spotlighting a variety of latin LGBTQIA+ artists. Featuring many you know and some new favorites.<br>\nPride2019: 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>\nThe Chilean Fran Straube is a drummer, producer, singer, front-woman and indispensable reference of independent music in Latin America.<br><br>\nLa chilena Fran Straube es baterista, productora, cantante, líder e indispensable referencia de la música independiente en América Latina. <br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}