Information about plays

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

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

{
    "id": 372649,
    "uri": "https://api.kexp.org/v2/plays/372649/?format=api",
    "airdate": "2019-08-26T18:44:38-07:00",
    "show": 6208,
    "show_uri": "https://api.kexp.org/v2/shows/6208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trastorno",
    "track_id": null,
    "recording_id": null,
    "artist": "The Kitsch",
    "artist_ids": [
        "33d63536-0e03-4344-9e7b-afed1dd364b7"
    ],
    "album": "Los Kitsch de Colombia presentan: 1​/​3",
    "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": "THE KITSCH, Banda originada en la ciudad de Bogotá, Colombia en el 2009. Caracterizada al comienzo por su ruido primitivo del garage; posteriormente evolucionó su sonido dentro de la onda del revival garage californiano, incorporando elementos influenciados por el Bubble gum, sin comprometer sus raíces salvajes. <br>\n<br>\nTHE KITSCH, band originated in the city of Bogotá, Colombia in 2009. Characterized at the beginning by its primitive garage noise; later its sound evolved within the wave of the California revival garage, incorporating elements influenced by the Bubble gum, without compromising its wild roots.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}