Information about plays

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

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

{
    "id": 352606,
    "uri": "https://api.kexp.org/v2/plays/352606/?format=api",
    "airdate": "2019-07-10T14:38:13-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/bc67802f-82a0-4a86-9f61-67f02fb18999/23101367238-250.jpg",
    "thumbnail_uri": "",
    "song": "ZUU",
    "track_id": "981bf3ec-cf2e-485c-935c-f62167716034",
    "recording_id": null,
    "artist": "Denzel Curry",
    "artist_ids": [
        "5f95440d-7737-4a36-9bcf-c05337f7129b"
    ],
    "album": "ZUU",
    "release_id": "bc67802f-82a0-4a86-9f61-67f02fb18999",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zuu is the fourth studio album by Denzel Curry, released through Loma Vista Recordings on May 31, 2019. The title is a nickname for his home city, Carol City, Miami, Florida.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}