Information about plays

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

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

{
    "id": 376983,
    "uri": "https://api.kexp.org/v2/plays/376983/?format=api",
    "airdate": "2019-09-05T11:12:04-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Ain't the Problem",
    "track_id": "a9f5ce8c-5372-4d3f-ad43-44e4c8718904",
    "recording_id": null,
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Kiwanuka",
    "release_id": "69a24b27-0382-4154-91c4-dca50aead0eb",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Kiwanuka just released this new song in August. His upcoming album <i>KIWANUKA</i> will come out October 25th. Kiwanuka said “This one is more about feeling comfortable in who I am and asking what I want to say. Like, how could I be bold and challenge myself and the listener? It is about self-acceptance in a more triumphant rather than melancholy way. It’s an album that explores what it means to be a human being today.” Read more here: https://bit.ly/2H4BD0k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}