Information about plays

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

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

{
    "id": 372977,
    "uri": "https://api.kexp.org/v2/plays/372977/?format=api",
    "airdate": "2019-08-27T12:19:26-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/89486102-b3f3-40f1-b3e4-a9aa5198278d/18707715663-250.jpg",
    "thumbnail_uri": "",
    "song": "The Mother",
    "track_id": "5e1b466a-bdb1-4a6f-b4bc-13fa85caa0af",
    "recording_id": null,
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "By the Way, I Forgive You",
    "release_id": "89486102-b3f3-40f1-b3e4-a9aa5198278d",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Elizabeth writes, \"These songs  help me remember I'm not alone in the struggle of feeling trapped; they remind me that fun and joy still exist and I am strong enough to keep on keeping on.\" Brandi Carlile celebrates parenthood in this beautiful song: https://www.youtube.com/watch?v=z865nKpgH0Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}