Information about plays

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

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

{
    "id": 356227,
    "uri": "https://api.kexp.org/v2/plays/356227/?format=api",
    "airdate": "2019-07-18T22:40:00-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nadie se atreve",
    "track_id": "81bfdcc2-e0f6-3781-9dae-f8029f35b704",
    "recording_id": null,
    "artist": "Cultura Profética",
    "artist_ids": [
        "6633c2a5-2f74-4164-9d88-b8f458399adf"
    ],
    "album": "M.O.T.A.",
    "release_id": "e580f428-567e-47f7-9188-8f9ac55cc173",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [],
    "release_date": "2005-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "M.O.T.A. is the fourth studio album by the Puerto Rican reggae band, Cultura Profética. \n\nThe title is a Spanish acronym for \"Momentos de Ocio en el Templo del Ajusco\" (Ajusco: a volcano in Mexico City) which means \"Moments of Leisure in the Temple of Ajusco\". This is a reference to the suburb of Mexico City where the band lived during a four month tour in that country, which inspired them for the material in this album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}