Information about plays

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

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

{
    "id": 352925,
    "uri": "https://api.kexp.org/v2/plays/352925/?format=api",
    "airdate": "2019-07-11T07:32:34-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Man In A White World",
    "track_id": "15d1fe21-0346-451e-8dfb-88a1e285f020",
    "recording_id": null,
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Love & Hate",
    "release_id": "b399b8b2-5938-435f-b878-fd18c18284ef",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2016-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 2016 interview with Observer, Kiwanuka explained that <i>Love & Hate</i> was “about being unique and standing out. The album is about breaking through to be myself, regardless of what’s happening in the outside world.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}