Information about plays

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

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

{
    "id": 347039,
    "uri": "https://api.kexp.org/v2/plays/347039/?format=api",
    "airdate": "2019-06-27T15:55:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On the Road Again",
    "track_id": "b1659485-d132-44db-a986-c3d24990a4bc",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Honeysuckle Rose",
    "release_id": "3e7ce5c7-b180-4fba-9574-94206e9320d3",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1980-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1980 Nelson starred in his first leading role in the film \"Honeysuckle Rose\", about an aging musician who fails to achieve national fame and relationship with his family, who also are part of his band that travels throughout the United States while playing in different venues. Shortly after signing the contract, Nelson was approached during a flight by the executive producer of the movie, who requested him to write a song about life on the road to use as the theme song.[4][5] Nelson quickly wrote the song on a barf bag. The tune featured a \"train beat\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}