Information about plays

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

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

{
    "id": 357736,
    "uri": "https://api.kexp.org/v2/plays/357736/?format=api",
    "airdate": "2019-07-22T18:20:43-07:00",
    "show": 5964,
    "show_uri": "https://api.kexp.org/v2/shows/5964/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Libertad, Cultura, Fe",
    "track_id": null,
    "recording_id": null,
    "artist": "Elia",
    "artist_ids": [
        "84971d3d-9908-4bc2-8e87-dd3898d75974"
    ],
    "album": "Futuro Humano",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "ELIA is the indie pop music project of Ignacio Izquierdo, an Ecuadorian artist based in Seattle. He has produced two albums: 'Sentir EP' (2014) and 'Futuro Humano' (2016).<br>\n<br>\nELIA es el proyecto de música pop independiente de Ignacio Izquierdo, un artista ecuatoriano que vive en Seattle. Ha producido dos álbumes: 'Sentir EP' (2014) y 'Futuro Humano' (2016.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}