Information about plays

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

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

{
    "id": 356367,
    "uri": "https://api.kexp.org/v2/plays/356367/?format=api",
    "airdate": "2019-07-19T07:08:07-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Oh My",
    "track_id": "6bd37ada-b059-4058-9855-db08a8c586f4",
    "recording_id": null,
    "artist": "Macklemore",
    "artist_ids": [
        "b6d7ec94-830c-44dd-b699-ce66556b7e55"
    ],
    "album": "4 The Love of Music",
    "release_id": "9e57a093-b977-44f2-856e-237de191dfff",
    "release_group_id": null,
    "labels": [
        "Maraire Enterprises LLC"
    ],
    "label_ids": [
        "eb49cc23-7f06-437e-9cb9-3b68bfdb067d"
    ],
    "release_date": "2010-12-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"My oh my.\"  Congratulations, Edgar Martinez, on your well-deserved induction into the Baseball Hall.  And...oh,  how we miss Dave Niehaus: https://www.si.com/mlb/2017/04/21/dave-niehaus-seattle-mariners-anniversary-ken-levine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}