Information about plays

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

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

{
    "id": 356883,
    "uri": "https://api.kexp.org/v2/plays/356883/?format=api",
    "airdate": "2019-07-20T13:57:00-07:00",
    "show": 5946,
    "show_uri": "https://api.kexp.org/v2/shows/5946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Juice",
    "track_id": null,
    "recording_id": null,
    "artist": "Lizzo",
    "artist_ids": [
        "8fb5370b-9568-4b61-9da5-2aa12c9928db"
    ],
    "album": "Cuz I Love You",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nice Life/Atlantic"
    ],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lizzo closes tonights Capitol Hill Block Party on the Main Stage at 10:30pm. So be sure to get a spot early to see some flute twerkin' action. Highly anticipated performance!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}