Information about plays

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

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

{
    "id": 378347,
    "uri": "https://api.kexp.org/v2/plays/378347/?format=api",
    "airdate": "2019-09-08T12:06:36-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?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": "New album releases on October 25. No confirmed dates for Seattle yet, but the calendar has openings. Fingers crossed! https://www.michaelkiwanuka.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}