Information about plays

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

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

{
    "id": 368700,
    "uri": "https://api.kexp.org/v2/plays/368700/?format=api",
    "airdate": "2019-08-17T13:33:23-07:00",
    "show": 6144,
    "show_uri": "https://api.kexp.org/v2/shows/6144/?format=api",
    "image_uri": "http://coverartarchive.org/release/fff34c23-c5c3-49c8-9876-08b26ba67819/23273950508-250.jpg",
    "thumbnail_uri": "",
    "song": "At the Party",
    "track_id": "7cb109ea-18ee-4f52-8510-9e7ee27acb09",
    "recording_id": null,
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "At the Party With My Brown Friends",
    "release_id": "fff34c23-c5c3-49c8-9876-08b26ba67819",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She is playing live at the Olympic Sculpture Park for Summer at SAM on August 22nd. She is also playing live on KEXP at THING Festival on Saturday August 24th, at 12pm. You can stream it live at https://www.kexp.org/ Check out more of her music at https://blackbelteaglescout.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}