Information about plays

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

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

{
    "id": 373970,
    "uri": "https://api.kexp.org/v2/plays/373970/?format=api",
    "airdate": "2019-08-29T12:30:18-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/59b00037-c365-378a-b3d1-1ff39caa8870/18537638287-250.jpg",
    "thumbnail_uri": "",
    "song": "American English",
    "track_id": "c7f72a7e-145d-343b-ba0b-c27f5f947883",
    "recording_id": null,
    "artist": "Idlewild",
    "artist_ids": [
        "64d62f45-e001-40a1-a055-c3545fcc14de"
    ],
    "album": "The Remote Part",
    "release_id": "59b00037-c365-378a-b3d1-1ff39caa8870",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Dan's \"About a Boy\" mix. \"The ego-centrism of my playlist is intentional, but clearly also one of its flaws.  Music that I believe reflects my feelings and thoughts apparently skews toward mostly white male artists who are either from North America or the United Kingdom.  The lack of diversity was not intentional; these are just the songs that I most consider the soundtrack of my mind. While the 250+ songs I carefully sequenced on my wife’s iPod Nano many years ago — my first Xmas gift to her — were intended to introduce her to music I thought she would like, this 50-song playlist is also for her, but as a window into my head through the songs I adore and return to regularly.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}