Information about plays

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

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

{
    "id": 2676552,
    "uri": "https://api.kexp.org/v2/plays/2676552/?format=api",
    "airdate": "2019-12-22T00:08:00-08:00",
    "show": 46197,
    "show_uri": "https://api.kexp.org/v2/shows/46197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heat Death",
    "track_id": "0c59df68-82d3-47fd-bdc4-b13fba577e0f",
    "recording_id": null,
    "artist": "Tomb Mold",
    "artist_ids": [
        "552cd2a3-ac51-464d-8222-dcdbb08a8d2d"
    ],
    "album": "Planetary Clairvoyance",
    "release_id": "6e4ad35e-b126-4ad0-961e-70443a767252",
    "release_group_id": null,
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tomb Mold drummer/vocalist Max Klebanoff released a new LP \"Adaptive Emotional Use\" under the Death Kneel moniker a few months ago on Total Black; https://www.facebook.com/tombmold/; Best of 2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}