Information about plays

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

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

{
    "id": 349043,
    "uri": "https://api.kexp.org/v2/plays/349043/?format=api",
    "airdate": "2019-07-02T13:16:58-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/108bd906-7a00-44f1-ae89-2ef149d84e1d/21967541155-250.jpg",
    "thumbnail_uri": "",
    "song": "Sixteen Days",
    "track_id": "64536cfb-7cb4-4a42-9dc3-739e30f7720e",
    "recording_id": null,
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Tasmania",
    "release_id": "108bd906-7a00-44f1-ae89-2ef149d84e1d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tasmania\" is Pond's eighth studio album.  \"A decade in, [the band] just wants to dance with you.\":  https://junkee.com/pond-interview/194725",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}