Information about plays

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

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

{
    "id": 378860,
    "uri": "https://api.kexp.org/v2/plays/378860/?format=api",
    "airdate": "2019-09-09T20:03:00-07:00",
    "show": 6307,
    "show_uri": "https://api.kexp.org/v2/shows/6307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Te Pido",
    "track_id": null,
    "recording_id": null,
    "artist": "Bombacha Sucia",
    "artist_ids": [],
    "album": "Cartografía Fugaz",
    "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": "Bombacha Sucia is a punk rock and grunge band from Buenos Aires, Argentina, whose members are Valen (Guitar and Voice) from Lomas de Zamora, Emma (Bass and backing vocals) from Wilde and Feche (Drums) from Buenos Aires City. The group formed in September 2017.<br>\n<br>\nBombacha Sucia es una banda de punk rock y grunge de Buenos Aires, Argentina, cuyos integrantes son Valen (Guitarra y Voz) de Lomas de Zamora, Emma (Bajo y coros) de Wilde y Feche (Batería) de Capital Federal. El grupo se formó en Septiembre de 2017 <br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}