Information about plays

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

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

{
    "id": 345641,
    "uri": "https://api.kexp.org/v2/plays/345641/?format=api",
    "airdate": "2019-06-24T18:18:55-07:00",
    "show": 5764,
    "show_uri": "https://api.kexp.org/v2/shows/5764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Insulto",
    "track_id": null,
    "recording_id": null,
    "artist": "Francisca Valenzuela",
    "artist_ids": [
        "a374846a-b434-4a07-abbb-769dc307bcb2"
    ],
    "album": "Tajo Abierto",
    "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": "The Chilean, Francisca Valenzuela, stands out with her 2015 single \"Insulto\". The song talks about discrimination against the LGBT community. Sexual diversity has been a banner of struggle of this singer who has been permanently committed to the cause.\n<br>\nhttps://bit.ly/1Kmr0m8 <br>\n<br>\nLa chilena, Francisca Valenzuela, se destaca con su single \"Insulto\" de 2015. La canción habla de discriminación contra la comunidad LGBT. La diversidad sexual ha sido un estandarte de la lucha de este cantante que ha estado permanentemente comprometido con la causa.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}