Information about plays

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

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

{
    "id": 370380,
    "uri": "https://api.kexp.org/v2/plays/370380/?format=api",
    "airdate": "2019-08-21T12:40:39-07:00",
    "show": 6172,
    "show_uri": "https://api.kexp.org/v2/shows/6172/?format=api",
    "image_uri": "http://coverartarchive.org/release/20bb8ce2-f783-34a5-90e9-70dc15e62df3/9417416191-250.jpg",
    "thumbnail_uri": "",
    "song": "Lullaby",
    "track_id": "a53cc189-40de-3c68-baf2-c6daec42e619",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "20bb8ce2-f783-34a5-90e9-70dc15e62df3",
    "release_group_id": null,
    "labels": [
        "Warner Music Canada"
    ],
    "label_ids": [
        "7306f7ec-97d1-45d8-bda5-d51c5c901b4c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Much of Robert Smith's work falls into that 'dark' category, but with 'Lullaby,' Smith takes his work into the spooky. A slow atmospheric tale about a bad dream in which poor Rob is consumed by a 'spider-man,' 'Lullaby' musically could almost be considered a slow goth funk tune.\" https://bit.ly/2MvZ7Qy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}