Information about plays

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

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

{
    "id": 373053,
    "uri": "https://api.kexp.org/v2/plays/373053/?format=api",
    "airdate": "2019-08-27T15:48:51-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/bea74ee9-3719-4c55-80d2-02a7a69b7f79/10988362990-250.jpg",
    "thumbnail_uri": "",
    "song": "Light Up or Leave Me Alone",
    "track_id": "56e21b40-b4c6-35e6-a91a-50dfef63f0f0",
    "recording_id": null,
    "artist": "Traffic",
    "artist_ids": [
        "9fadfba9-ecae-4383-a4d8-47b043cea19a"
    ],
    "album": "Smiling Phases",
    "release_id": "bea74ee9-3719-4c55-80d2-02a7a69b7f79",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "... \"A week ago, she sent me the actual cassette and said: \"I can’t believe I still have it!!!!! (Thought I had tossed it, but it’s in a box of memories...I keep one rubber maid box of things ... and BnB made the cut!)\" Thank you Ian for sharing your mixtape and the story behind it with the KEXP community.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}