Information about plays

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

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

{
    "id": 372983,
    "uri": "https://api.kexp.org/v2/plays/372983/?format=api",
    "airdate": "2019-08-27T12:43:41-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/29dcea33-ad28-3fa3-9831-af5e520a513b/23802558961-250.jpg",
    "thumbnail_uri": "",
    "song": "High and Dry",
    "track_id": "cbc42c8b-cdbe-31e8-8868-6e065b52bee7",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "29dcea33-ad28-3fa3-9831-af5e520a513b",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2009-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ada chose \"High and Dry\" for her playlist.  It's one of those songs that make her feel like  \"I just let out a big sigh from my mind body and soul.\"  Here's a link to her fourteen-song list:  https://mail.google.com/mail/u/0/#inbox/FMfcgxwDqxGPDFcsktKGtppCJzlBWhQV",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}