Information about plays

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

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

{
    "id": 345639,
    "uri": "https://api.kexp.org/v2/plays/345639/?format=api",
    "airdate": "2019-06-24T18:11:00-07:00",
    "show": 5764,
    "show_uri": "https://api.kexp.org/v2/shows/5764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Siempre Es Viernes En Mi Corazón",
    "track_id": null,
    "recording_id": null,
    "artist": "Alex Anwandter",
    "artist_ids": [
        "46182d24-f469-477e-8b0d-ae53522ec2ad"
    ],
    "album": "Amiga",
    "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>\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>\nÁlex Anwandter is a Chilean singer-songwriter, musician, and film and music video director. His last album was Latinoamericana. You can read more here: https://www.kexp.org/read/2018/11/7/chilean-artist-alex-anwandter-his-most-political-album-date-latinoamericana/ <br>\n <br>\nÁlex Anwandter es un cantautor, músico y director de videos musicales y películas de Chile. Su último álbum fue latinoamericana. Puede leer más aquí.<br>\n<br>\nAlex was playing in the last edition of LA Pride 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}