Information about plays

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

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

{
    "id": 357740,
    "uri": "https://api.kexp.org/v2/plays/357740/?format=api",
    "airdate": "2019-07-22T18:33:00-07:00",
    "show": 5964,
    "show_uri": "https://api.kexp.org/v2/shows/5964/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Huesos Viejos",
    "track_id": null,
    "recording_id": null,
    "artist": "Dávila 666",
    "artist_ids": [
        "25785e18-50f4-4a59-a14e-d62bd40dc7db"
    ],
    "album": "Que Viva El Veneno",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[ #PuertoRico] \"Huesos Viejos\" (Old Bones) is Davila 666's first release in 5 years. This song is part of their upcoming album, \"Que Viva El Veneno\" (Long Live Poison) which will be released this year.<br>\n<br>\n\"Huesos Viejos\" (Old Bones) es el primer lanzamiento de Davila 666 en 5 años. Esta canción es parte de su próximo álbum, \"Que Viva El Veneno\" (Long Live Poison), que será lanzado este año.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}