Information about plays

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

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

{
    "id": 352964,
    "uri": "https://api.kexp.org/v2/plays/352964/?format=api",
    "airdate": "2019-07-11T09:29:19-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wolf Totem",
    "track_id": "32365f41-4c7a-4fc1-9999-587856ce0cde",
    "recording_id": null,
    "artist": "The Hu",
    "artist_ids": [
        "803cb255-2fc9-453a-9617-b20e64369232"
    ],
    "album": "Wolf Totem",
    "release_id": "fca109e4-8e06-466e-8ed6-d2e476015351",
    "release_group_id": null,
    "labels": [
        "Dashka Productions"
    ],
    "label_ids": [],
    "release_date": "2018-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Hu is a heavy metal band that uses traditional Mongolian throat singing and instrumentation. They'll be at the Paramount Theatre on October 16th, find show info here: https://bit.ly/2XFKQXp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}