Information about plays

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

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

{
    "id": 372656,
    "uri": "https://api.kexp.org/v2/plays/372656/?format=api",
    "airdate": "2019-08-26T19:13:00-07:00",
    "show": 6208,
    "show_uri": "https://api.kexp.org/v2/shows/6208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emocionado",
    "track_id": null,
    "recording_id": null,
    "artist": "Fidel",
    "artist_ids": [
        "51b982e8-2c21-47bc-87a5-afd6b991a3f7"
    ],
    "album": "Crutial Cuts",
    "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": "Fidel Nadal is an Afro-Argentinian Reggae musician, songwriter and pioneer of Latin American Reggae and the underground punk/hardcore movement of Argentina. He founded the band Todos Tus Muertos, which blended together reggae with punk influences and hip hop.<br>\nFidel Nadal es un músico de reggae afroargentino, compositor y pionero del reggae latinoamericano y del movimiento punk / hardcore underground de Argentina. Fundó la banda Todos Tus Muertos, que combinó el reggae con influencias punk y hip hop.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}