Information about plays

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

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

{
    "id": 355512,
    "uri": "https://api.kexp.org/v2/plays/355512/?format=api",
    "airdate": "2019-07-17T07:45:59-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "http://coverartarchive.org/release/c1b88f60-07a7-4331-96a0-8617608f0375/7523276876-250.jpg",
    "thumbnail_uri": "",
    "song": "Set Adrift on Memory Bliss",
    "track_id": "51ee8245-da90-38c9-966d-8e55f571dfca",
    "recording_id": null,
    "artist": "P.M. Dawn",
    "artist_ids": [
        "93c66937-ac49-4068-b378-a1d2a4d093a1"
    ],
    "album": "Of the Heart, of the Soul and of the Cross: The Utopian Experience",
    "release_id": "c1b88f60-07a7-4331-96a0-8617608f0375",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1991-08-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 48th birthday to DJ Minutemix! P.M. Dawn is an American R&B and Hip hop act, formed in 1988 by the brothers Attrell Cordes (known as Prince Be) and Jarrett Cordes (known as DJ Minutemix). This song is built around samples of Spandau Ballet's 1983 hit \"True\", as well as samples from The Soul Searchers' \"Ashley's Roachclip.\" The main drumbeat also samples from Eric B. & Rakim's \"Paid In Full\". -https://bit.ly/2xQ8gdl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}