Information about plays

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

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

{
    "id": 377200,
    "uri": "https://api.kexp.org/v2/plays/377200/?format=api",
    "airdate": "2019-09-05T21:02:22-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/a8f73bc2-4aa8-4465-8fb1-1fdc2173f072/2098679790-250.jpg",
    "thumbnail_uri": "",
    "song": "One Day",
    "track_id": "b3e325e8-5cb7-3f68-ab32-576c6abe9cb3",
    "recording_id": null,
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Epic",
    "release_id": "a8f73bc2-4aa8-4465-8fb1-1fdc2173f072",
    "release_group_id": null,
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "2010-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Epic is the 2nd studio album by American singer, songwriter Sharon Van Etten. The album was released on September 2010.\n\nThe final song on the album, \"Love More\" was originally recorded as part of the Shaking Through documentary video series produced by Weathervane Music, and has been covered in concert by high profile artists such as Bon Iver, Dave Alvin, and The National. https://weathervanemusic.org/shakingthrough/episode-index",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}