Information about plays

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

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

{
    "id": 343643,
    "uri": "https://api.kexp.org/v2/plays/343643/?format=api",
    "airdate": "2019-06-19T20:39:03-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Must Be in a Good Place Now",
    "track_id": "7bb8f3b7-e416-395d-9f2f-7ed46234e35b",
    "recording_id": null,
    "artist": "Bobby Charles",
    "artist_ids": [
        "c886358c-ea7b-4d82-babd-c5bb5e887313"
    ],
    "album": "Bobby Charles",
    "release_id": "851bb697-63a5-4d4b-b813-095f7dcb62eb",
    "release_group_id": null,
    "labels": [
        "Bearsville Records"
    ],
    "label_ids": [
        "2696ec2d-fc69-4dea-9360-be805ffec9e3"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album co-produced by Rick Danko and John Simon, possibly with Mac Rebbenack on vibes on this tune (he's definitely all over the album, along with some other amazing personnel): http://theband.hiof.no/albums/bobby_charles_hideki.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}