Information about plays

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

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

{
    "id": 355062,
    "uri": "https://api.kexp.org/v2/plays/355062/?format=api",
    "airdate": "2019-07-16T11:00:00-07:00",
    "show": 5920,
    "show_uri": "https://api.kexp.org/v2/shows/5920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down in Mexico",
    "track_id": "13ddcbe8-04e4-36b2-bd87-2020ba9950aa",
    "recording_id": null,
    "artist": "The Coasters",
    "artist_ids": [
        "c174f353-4666-4dfb-af54-5cc70b8afd55"
    ],
    "album": "The Coasters",
    "release_id": "49f03697-1016-49a7-a4bc-a55db7ae43d5",
    "release_group_id": null,
    "labels": [
        "ATKO"
    ],
    "label_ids": [],
    "release_date": "1957-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is merely one of the fabulous songs written by Jerry Leiber and Mike Stoller.  Others include “Stand By Me,” “Hound Dog,” “Yakety-Yak” and “Young Blood.”  Learn more about this great songwriting duo:  https://www.rockhall.com/inductees/jerry-leiber-and-mike-stoller",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}