Information about plays

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

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

{
    "id": 354623,
    "uri": "https://api.kexp.org/v2/plays/354623/?format=api",
    "airdate": "2019-07-15T09:07:00-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We've Gotta Get Out of This Place",
    "track_id": "df640e24-e76d-447d-b14b-e55b35ca4aa3",
    "recording_id": null,
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "We've Gotta Get Out of This Place / I Can't Believe It",
    "release_id": "daabb989-8cdc-46f5-86a8-4575b138295b",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Cynthia Weil and her husband Barry Mann also wrote \"You've Lost that Lovin' Feeling,\" and many, many more hits?  :https://www.rockhall.com/inductees/barry-mann-and-cynthia-weil",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}