Information about plays

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

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

{
    "id": 345661,
    "uri": "https://api.kexp.org/v2/plays/345661/?format=api",
    "airdate": "2019-06-24T19:40:00-07:00",
    "show": 5764,
    "show_uri": "https://api.kexp.org/v2/shows/5764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Remis",
    "track_id": null,
    "recording_id": null,
    "artist": "Marilina Bertoldi",
    "artist_ids": [
        "7056c32d-335d-4c32-852f-489c2ccdb69a"
    ],
    "album": "Prender Un Fuego",
    "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": "Marilina Bertoldi, Argentine artist, won the Gardel award for best record of the year for her album \"Prender un fuego\". At the ceremony, Marilina thanked for being the second woman to win this award and also, for having given it to a lesbian. She is an activist in her country and fights for more women in music festivals.\n<br>\nhttps://bit.ly/2VQt4Lb <br>\n<br>\nMarilina Bertoldi, artista argentina, ganó el premio Gardel a mejor disco del año por su álbum \"Prender un fuego\". En la ceremonia, Marilina agradeció por ser la segunda mujer en ganar este premio y además, por habérselo otorgado a una lesbiana. Es activista en su país y lucha por más mujeres en festivales musicales.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}