Information about plays

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

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

{
    "id": 369843,
    "uri": "https://api.kexp.org/v2/plays/369843/?format=api",
    "airdate": "2019-08-20T10:55:00-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Train to Clarksville",
    "track_id": null,
    "recording_id": null,
    "artist": "The Monkees",
    "artist_ids": [
        "b8549efe-f4fd-4dc0-8ef1-226e9c400233"
    ],
    "album": "The Monkees Greatest Hits",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Members of a group called the Candy Store Prophets did the instrumental backing on this track at a session that took place July 25, 1966 at RCA Victor Studios in Hollywood. The Candy Store Prophets were Tommy Boyce and Bobby Hart's band, and included Boyce on acoustic guitar, Gerry McGee on electric guitar, Larry Taylor on bass and Billy Lewis on drums. Additional musicians on this track were Wayne Erwin and Louie Shelton on guitar, and Gene Estes on percussion.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}