Information about plays

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

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

{
    "id": 372958,
    "uri": "https://api.kexp.org/v2/plays/372958/?format=api",
    "airdate": "2019-08-27T11:11:01-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/38ee49f1-5b8e-45d4-87f7-051ea96dccba/6972899440-250.jpg",
    "thumbnail_uri": "",
    "song": "Where Were You Last Night?",
    "track_id": "cbce27ea-ce8b-3f1f-89e4-dcbc00c159b6",
    "recording_id": null,
    "artist": "Traveling Wilburys",
    "artist_ids": [
        "4387b544-e4d0-4f18-b74e-d4a5ba1582ab"
    ],
    "album": "The Traveling Wilburys Collection",
    "release_id": "38ee49f1-5b8e-45d4-87f7-051ea96dccba",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "These songs from Jamie's playlist, originally curated by his friend Jim, are wonderful.  This is a Dylan composition with some help from Tom Petty: https://bob-dylan.org.uk/archives/13",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}