Information about plays

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

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

{
    "id": 381566,
    "uri": "https://api.kexp.org/v2/plays/381566/?format=api",
    "airdate": "2019-09-16T11:02:48-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/33521784-53f7-3278-85b3-0c19cdfa9f1a/11991233982-250.jpg",
    "thumbnail_uri": "",
    "song": "Metal Postcard (Mittageisen)",
    "track_id": "4507c796-7988-3de8-a0ab-47b8a4b55beb",
    "recording_id": null,
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "The Scream",
    "release_id": "33521784-53f7-3278-85b3-0c19cdfa9f1a",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2006-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This track came to us from Molly's mixtape, submitted for Mixtape Week on KEXP. Of these songs they said \" Lots of time to reflect on my life so far, and how music has played a big roll in my sanity.  Favorite 70's, 80's and 90's music in this mixtape, that got me to where I am today.  R.E.M., Pink Floyd, Neil Young, Roxy Music.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}