Information about plays

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

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

{
    "id": 372568,
    "uri": "https://api.kexp.org/v2/plays/372568/?format=api",
    "airdate": "2019-08-26T13:43:07-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/241be558-9801-43e7-8070-49c7a5edad73/1467754567-250.jpg",
    "thumbnail_uri": "",
    "song": "Sweet Life",
    "track_id": "f7f7aaad-31e7-3c4d-95dc-1e560ad2c5e9",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "Channel Orange",
    "release_id": "241be558-9801-43e7-8070-49c7a5edad73",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2012-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the first song from Dalton's playlist, a mix that was intended to help Dalton after a breakup.  See a live performance of \"Sweet Life' from Atlanta in 2012:  https://vimeo.com/46211241",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}