Information about plays

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

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

{
    "id": 373585,
    "uri": "https://api.kexp.org/v2/plays/373585/?format=api",
    "airdate": "2019-08-28T16:00:47-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/5ba4d831-136e-4964-8cd6-bd3ea66b7062/3778782575-250.jpg",
    "thumbnail_uri": "",
    "song": "Hidden Place",
    "track_id": "1d36897d-372b-3b5a-ba3d-6b8b797002a0",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Vespertine",
    "release_id": "5ba4d831-136e-4964-8cd6-bd3ea66b7062",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in  2001, Bjork released her fourth studio album, Vespertine (in the U.S.). Bjork set out to make distinctly different sounds than the ones featured on her previous studio album, Homogenic. In light of the rising popularity of Napster and music downloads, Bjork made a point of using instruments whose sounds would not be compromised when downloaded and played on a computer. These included the harp, the celesta, clavichord, strings, and custom music boxes. Along with production duo Matmos, Bjork also created “microbeats” consisting of various household sounds like shuffling cards and cracking ice.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}