Information about plays

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

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

{
    "id": 351626,
    "uri": "https://api.kexp.org/v2/plays/351626/?format=api",
    "airdate": "2019-07-08T08:20:24-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/98d6d2b9-d173-3313-a5d9-c740753c1a66/1951275113-250.jpg",
    "thumbnail_uri": "",
    "song": "Changes",
    "track_id": "d0376fc1-21e2-36fd-bef4-efb3e587048c",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hunky Dory",
    "release_id": "98d6d2b9-d173-3313-a5d9-c740753c1a66",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bowie played the sax on this track, and his guitarist, Mick Ronson, arranged the strings. Rick Wakeman, who would later became a member of the prog rock band, Yes, played the piano parts at the beginning and end. Bowie gave Wakeman a lot of freedom, telling him to play the song like it was a piano piece. The piano Wakeman played was the famous 100-year old Bechstein at Trident Studios in London, where the album was recorded; the same piano used by Elton John, The Beatles and Genesis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}