Information about plays

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

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

{
    "id": 350343,
    "uri": "https://api.kexp.org/v2/plays/350343/?format=api",
    "airdate": "2019-07-05T06:09:00-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hurricane Drunk (Horrors Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Florence",
    "artist_ids": [
        "a45dd855-4840-4e5c-be0c-a92116806632"
    ],
    "album": "Lungs",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Republic Records"
    ],
    "label_ids": [],
    "release_date": "2009-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a very recent interview with Florence Welch on declaring a truce in her internal war.  It's entitled: \"On Addiction, Eating Disorder Recovery, And Finding True Happiness In Her 30s\":  https://www.vogue.co.uk/article/florence-welch-on-addiction-and-sobriety",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}