Information about plays

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

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

{
    "id": 370317,
    "uri": "https://api.kexp.org/v2/plays/370317/?format=api",
    "airdate": "2019-08-21T08:48:28-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "http://coverartarchive.org/release/45c50e08-3fee-437d-98f1-a7e816fa8479/21734779999-250.jpg",
    "thumbnail_uri": "",
    "song": "Sandman",
    "track_id": "31852a77-7b04-4749-9e96-a45e9b9c5d8d",
    "recording_id": null,
    "artist": "Broncho",
    "artist_ids": [
        "8e4a41a5-6ec6-4042-b064-acd1cb51cf1b"
    ],
    "album": "Bad Behavior",
    "release_id": "45c50e08-3fee-437d-98f1-a7e816fa8479",
    "release_group_id": null,
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Troy thanks for the request!!! <br> </br> Tulsa, Oklahoma's BRONCHO will play Neumos on Sunday, Nov 17. https://www.neumos.com/e/broncho-with-hot-flash-heat-wave-rinse-repeat-68183977111/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}