Information about plays

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

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

{
    "id": 369587,
    "uri": "https://api.kexp.org/v2/plays/369587/?format=api",
    "airdate": "2019-08-19T20:20:43-07:00",
    "show": 6162,
    "show_uri": "https://api.kexp.org/v2/shows/6162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yo x Ti, Tu x Mi",
    "track_id": null,
    "recording_id": null,
    "artist": "Rosalía y Ozuna",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rosalía and Ozuna have released a new collaborative single, “Yo x Ti, Tu x Mi.” It’s the latest in a summer full of incredible Rosalía one-offs, from “Con Altura,” to “Aute Cuture,” to “Milionària” and “Dio$ No$ Libre Del Dinero.”<br>\n<br>\nRosalía y Ozuna han lanzado un nuevo sencillo colaborativo, \"Yo x Ti, Tu x Mi\". Es lo último en un verano lleno de increíbles one-offs de Rosalía, desde \"Con Altura\" hasta \"Aute Cuture\" y \"Milionària\". y \"Dio $ No $ Libre Del Dinero\".<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}