Information about plays

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

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

{
    "id": 345909,
    "uri": "https://api.kexp.org/v2/plays/345909/?format=api",
    "airdate": "2019-06-25T10:01:43-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Terracentric",
    "track_id": "f62d5970-28e4-4f3b-8861-02a7cc56aeca",
    "recording_id": null,
    "artist": "Rodrigo y Gabriela",
    "artist_ids": [
        "a8ed28e3-5c08-4448-b889-867483e251f5"
    ],
    "album": "Mettavolution",
    "release_id": "c239fafc-08fc-46e0-9596-16f07f917e92",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rodrigo Y Gabriela will be LIVE on KEXP in our Gathering Space on Sunday, July 14th at 1:00 PM.  This talented duo will play the Chateau Ste. Michelle Winery in Woodinville, Washington the previous night, Saturday, July 13th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}