Information about plays

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

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

{
    "id": 342686,
    "uri": "https://api.kexp.org/v2/plays/342686/?format=api",
    "airdate": "2019-06-17T20:02:00-07:00",
    "show": 5715,
    "show_uri": "https://api.kexp.org/v2/shows/5715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Otun (feat. Nidia Gongora)",
    "track_id": null,
    "recording_id": null,
    "artist": "Montoya",
    "artist_ids": [
        "263b0f08-077e-46f7-9459-1e999d9a5ef3"
    ],
    "album": "Otun",
    "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": "[New music] On Otun, the breadth of Montoya’s influences and tastes is at its most striking; The title track, featuring a sultry guest vocal from Nidia Gongora, is a fierce and vigorous club anthem, amplified by hissing synth pads and sordid breakbeats.<br>\n<br>\nEn Otun, la amplitud de las influencias y gustos de Montoya es de lo más sorprendente; La canción principal, con una sensual voz invitada de Nidia Gongora, es un himno de club feroz y vigoroso, amplificado por silbidos de sintetizadores y ritmos sórdidos.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}