Information about plays

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

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

{
    "id": 370825,
    "uri": "https://api.kexp.org/v2/plays/370825/?format=api",
    "airdate": "2019-08-22T12:30:38-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/19ad86f3-f196-3a69-9ce3-b6763716dba1/16539088828-250.jpg",
    "thumbnail_uri": "",
    "song": "In a State",
    "track_id": "b97ffac4-0d3d-3ce1-a7bd-8938fd53ac29",
    "recording_id": null,
    "artist": "UNKLE",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3"
    ],
    "album": "Never, Never, Land",
    "release_id": "19ad86f3-f196-3a69-9ce3-b6763716dba1",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song! Did you turn the volume up louder? This song is from UNKLE's second album, which was released in 2003. <br> <br> UNKLE released a new album earlier this year, which James Lavelle says is a mixtape more than an actual album, consisting in songs recorded before and during The Road sessions. Read more about this release here: https://www.kexp.org/read/2019/1/9/unkle-announce-new-album-road-part-ii-lost-highway/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}