Information about plays

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

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

{
    "id": 346561,
    "uri": "https://api.kexp.org/v2/plays/346561/?format=api",
    "airdate": "2019-06-26T15:56:34-07:00",
    "show": 5775,
    "show_uri": "https://api.kexp.org/v2/shows/5775/?format=api",
    "image_uri": "http://coverartarchive.org/release/0eb2ef88-791b-4b50-95bc-755c11b459dd/7688704946-250.jpg",
    "thumbnail_uri": "",
    "song": "Peace and Love",
    "track_id": "bbf827dd-4263-3a60-8f12-c26eb7e8f430",
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Mirror Ball",
    "release_id": "0eb2ef88-791b-4b50-95bc-755c11b459dd",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1995-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mirror Ball was released on this day in 1995.  Neil Young ended up collaborating with Pearl Jam on the album and they served as his backing band.  The band (except for Eddie Vedder) embarked on an 11 date tour with Neil in support of this albums release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}