Information about plays

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

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

{
    "id": 355957,
    "uri": "https://api.kexp.org/v2/plays/355957/?format=api",
    "airdate": "2019-07-18T07:44:00-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good as Hell",
    "track_id": "77391790-13d9-411e-9f0f-4913ba49a929",
    "recording_id": null,
    "artist": "Lizzo",
    "artist_ids": [
        "8fb5370b-9568-4b61-9da5-2aa12c9928db"
    ],
    "album": "Good as Hell",
    "release_id": "7c51f5d0-c915-4759-89d5-1e6ee67a06b4",
    "release_group_id": null,
    "labels": [
        "Nice Life"
    ],
    "label_ids": [],
    "release_date": "2016-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chelsea, you ARE a badass for getting through your procedure yesterday without anesthesia! Hope you're feeling good as hell today, this Lizzo's for you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}