Information about plays

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

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

{
    "id": 377440,
    "uri": "https://api.kexp.org/v2/plays/377440/?format=api",
    "airdate": "2019-09-06T10:59:15-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/5fb363d1-3bee-44ce-acfc-43fdb0d7c4aa/2761546755-250.jpg",
    "thumbnail_uri": "",
    "song": "Friction",
    "track_id": "9cab9245-4383-3178-9b55-a314e94e6309",
    "recording_id": null,
    "artist": "Television",
    "artist_ids": [
        "490bde43-5edb-4a93-b3b3-7a0465fd8909"
    ],
    "album": "Marquee Moon",
    "release_id": "5fb363d1-3bee-44ce-acfc-43fdb0d7c4aa",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Damien Love sat down with Television’s Richard Lloyd in 2012 to discuss the making of Marquee Moon. \"The elusive founding fathers of New York punk– they literally built the CBGB stage in 1973 – Television were the last of the first wave of bands to actually record an album. But they more than met the heavy expectations piled upon them by delivering a masterpiece, Marquee Moon.\" Read the full article here: https://bit.ly/2ikPkJv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}