Information about plays

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

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

{
    "id": 356385,
    "uri": "https://api.kexp.org/v2/plays/356385/?format=api",
    "airdate": "2019-07-19T08:05:07-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f9fa0e1-2fe5-425e-8bf8-7f3e25a98ed2/17948541199-250.jpg",
    "thumbnail_uri": "",
    "song": "Bust a Move",
    "track_id": "b7866206-a9a7-3184-8d19-d1910c6179be",
    "recording_id": null,
    "artist": "Young MC",
    "artist_ids": [
        "693097c4-17ec-4bb8-9b7c-74a5a2a85723"
    ],
    "album": "Delicious Vinyl: Waxing Off: The First Decade",
    "release_id": "2f9fa0e1-2fe5-425e-8bf8-7f3e25a98ed2",
    "release_group_id": null,
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1999-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"But you're standing on the wall like you was Poindexter...\"  Learn these lyrics by heart:  https://www.songfacts.com/lyrics/young-mc/bust-a-move",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}