Information about plays

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

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

{
    "id": 2678387,
    "uri": "https://api.kexp.org/v2/plays/2678387/?format=api",
    "airdate": "2019-12-26T13:26:54-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ccff944-9d5b-3942-85f4-4f3551763aee/19164264818-250.jpg",
    "thumbnail_uri": "",
    "song": "Pull Out the Pin",
    "track_id": "1f1775ae-2932-3547-b76c-4086e68e9870",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Dreaming",
    "release_id": "0ccff944-9d5b-3942-85f4-4f3551763aee",
    "release_group_id": null,
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1996-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The lyrics of \"Pull Out The Pin\" were based on a documentary about the war in Vietnam and describes soldiers of the Vietcong literally sniffing out their American opponents before killing them. Read what Kate Bush has to say about this song: https://www.katebushencyclopedia.com/pull-out-the-pin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}