Information about plays

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

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

{
    "id": 380177,
    "uri": "https://api.kexp.org/v2/plays/380177/?format=api",
    "airdate": "2019-09-12T22:55:39-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Timeless",
    "track_id": "cf5b6914-1689-4be7-ae17-b941c3dcc5ca",
    "recording_id": null,
    "artist": "James Blake feat. Vince Staples",
    "artist_ids": [
        "8dc08b1f-e393-4f85-a5dd-300f7693a8b8"
    ],
    "album": "Timeless",
    "release_id": "6434400d-c526-47de-98b8-9352496db079",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2016-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Colour in Anything is the third studio album by English singer songwriter and producer James Blake. It was released by Polydor Records. It serves as the follow up to his Mercury Prize winning 2013 album Overgrown.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}