Information about plays

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

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

{
    "id": 374380,
    "uri": "https://api.kexp.org/v2/plays/374380/?format=api",
    "airdate": "2019-08-30T07:25:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine on My Shoulders",
    "track_id": "5a86c184-5da0-31fb-a0d5-ee31ea741174",
    "recording_id": null,
    "artist": "John Denver",
    "artist_ids": [
        "34e10b51-b5c6-4bc1-b70e-f05f141eda1e"
    ],
    "album": "Sunshine on My Shoulders",
    "release_id": "8c6a69b2-5ece-409a-a88e-98c10d5a8547",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes, that's John Denver!  Carly says that her playlist is as unique and multifaceted as Garret was.  Denver wrote this song on an early spring day in Minnesota when the rain was gently falling. He found himself looking forward to spending more time outdoors and enjoying the sunshine. He said of the song, \"On one level it was about the virtues of love. On another, more deeply felt level, it reached for something the whole world could embrace.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}