Information about plays

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

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

{
    "id": 350353,
    "uri": "https://api.kexp.org/v2/plays/350353/?format=api",
    "airdate": "2019-07-05T06:53:00-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/7c19a32a-94c5-45ea-8f25-b0d31fadf7ca/23413343666-250.jpg",
    "thumbnail_uri": "",
    "song": "Forever Half Mast",
    "track_id": "fe43b3ea-9670-4deb-ab2b-7b58bcf6faef",
    "recording_id": null,
    "artist": "Lucy Dacus",
    "artist_ids": [
        "dbe7fdf7-81b2-418b-b3f6-81ae71532f40"
    ],
    "album": "Forever Half Mast",
    "release_id": "7c19a32a-94c5-45ea-8f25-b0d31fadf7ca",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-06-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lucy Dacus said of this new song. \"\"I wrote it years ago as an answer to my own question about whether or not any American can be a good person since we are all passively benefitting from one of the most violent and destructive systems in the world. I don't so much believe in the dualistic idea of people either being good or bad anymore, but I still believe the sentiment.\"  Read more and watch the video:  https://www.npr.org/sections/allsongs/2019/06/25/735560778/lucy-dacus-conflicted-song-about-america-forever-half-mast",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}