Information about plays

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

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

{
    "id": 373515,
    "uri": "https://api.kexp.org/v2/plays/373515/?format=api",
    "airdate": "2019-08-28T13:26:08-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost in the Supermarket",
    "track_id": "23a439c3-130a-3b07-b503-6f4bde1e1ec2",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "London Calling",
    "release_id": "7dd14334-c701-42e7-8c55-5e858be73f6a",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you're ever lost in the supermarket, AJ's playlist can help you stay on track. <br>\n\"You know what, go get some dessert.  You earned it.  A drink for the ride home.  Finally, a few days later the sad realization that  you bought too much food, feeding the flies more than you fed yourself.  Can't wait for next Sunday.\" <br>https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}