Information about plays

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

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

{
    "id": 373000,
    "uri": "https://api.kexp.org/v2/plays/373000/?format=api",
    "airdate": "2019-08-27T13:51:39-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/735ada0f-0792-43fb-a6de-9ba2562f3d94/7905205971-250.jpg",
    "thumbnail_uri": "",
    "song": "Close to Me",
    "track_id": "b7e00f56-38c6-3b28-ab05-776bf24a0f71",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "735ada0f-0792-43fb-a6de-9ba2562f3d94",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Doesn't this song make you want to lace them up and get out the door?  Here's the complete playlist for the mixtape, \"These Shoes are Made for Running\": https://mail.google.com/mail/u/0/#inbox/FMfcgxwDqxGPMQwvhFzqxQDwxwbSLcpm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}