Information about plays

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

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

{
    "id": 353132,
    "uri": "https://api.kexp.org/v2/plays/353132/?format=api",
    "airdate": "2019-07-11T17:31:00-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rainbow",
    "track_id": "8d89593c-3e35-472d-ba3c-c2fc5f204002",
    "recording_id": null,
    "artist": "Kacey Musgraves",
    "artist_ids": [
        "d1393ecb-431b-4fde-a6ea-d769f2f040cb"
    ],
    "album": "Golden Hour",
    "release_id": "4f87748e-4777-4e10-907e-692efbf137a2",
    "release_group_id": null,
    "labels": [
        "MCA Nashville"
    ],
    "label_ids": [],
    "release_date": "2018-07-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“From the very first day I was told I had cancer in 2009, I knew running would be a big part of my journey back to health. It has truly been my refuge; when everything else seems to be going wrong and the outcomes are far beyond my control, I can find perspective and hope on the run.” - Gabe Grunewald",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}