Information about plays

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

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

{
    "id": 371158,
    "uri": "https://api.kexp.org/v2/plays/371158/?format=api",
    "airdate": "2019-08-23T04:50:52-07:00",
    "show": 6182,
    "show_uri": "https://api.kexp.org/v2/shows/6182/?format=api",
    "image_uri": "http://coverartarchive.org/release/c32b9c08-0e83-4806-96d3-7857ff7e6c85/23512653570-250.jpg",
    "thumbnail_uri": "",
    "song": "Cokewhite",
    "track_id": "d7be1d89-5364-4d93-a6d7-84cc1a0dbc10",
    "recording_id": null,
    "artist": "GoldLink feat. Pusha T",
    "artist_ids": [
        "14ecd19f-7121-4192-8549-e5056241a42f"
    ],
    "album": "Diaspora",
    "release_id": "c32b9c08-0e83-4806-96d3-7857ff7e6c85",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2019-06-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goldlink will be in Portland October 14th at Veteran's Memorial Coliseum. https://goldlink.info/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}