Information about plays

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

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

{
    "id": 342795,
    "uri": "https://api.kexp.org/v2/plays/342795/?format=api",
    "airdate": "2019-06-18T03:27:01-07:00",
    "show": 5717,
    "show_uri": "https://api.kexp.org/v2/shows/5717/?format=api",
    "image_uri": "http://coverartarchive.org/release/6f9c1737-f829-4687-8e45-06cefccaf663/17255659084-250.jpg",
    "thumbnail_uri": "",
    "song": "Turn It Up",
    "track_id": "0c3a0f46-99d7-4554-9db3-eb7000d19d8d",
    "recording_id": null,
    "artist": "Sheer Mag",
    "artist_ids": [
        "cdf4785a-e2da-47b0-b98c-4bfac0665850"
    ],
    "album": "Need to Feel Your Love",
    "release_id": "6f9c1737-f829-4687-8e45-06cefccaf663",
    "release_group_id": null,
    "labels": [
        "Wilsuns Recording Company"
    ],
    "label_ids": [
        "0996ea54-e1df-49f5-9d9b-191fae37dcc2"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sheer Mag will be LIVE on KEXP (open to the public) next Monday, June 24th at NOON.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}