Information about plays

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

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

{
    "id": 380188,
    "uri": "https://api.kexp.org/v2/plays/380188/?format=api",
    "airdate": "2019-09-12T23:35:18-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "http://coverartarchive.org/release/c32b9c08-0e83-4806-96d3-7857ff7e6c85/23512653570-250.jpg",
    "thumbnail_uri": "",
    "song": "Maniac",
    "track_id": "67c579ef-2de8-4bad-b60b-1509fb9be43a",
    "recording_id": null,
    "artist": "GoldLink",
    "artist_ids": [
        "7cb6e306-a75b-48b4-be00-2c4aa6bbe3a8"
    ],
    "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": "D'Anthony Carlos, better known by his stage name GoldLink, is an American rapper. In 2014, he released his debut mixtape, The God Complex, which received critical acclaim.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}