Information about plays

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

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

{
    "id": 2670939,
    "uri": "https://api.kexp.org/v2/plays/2670939/?format=api",
    "airdate": "2019-12-09T10:29:00-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Destroy You",
    "track_id": "2fff7119-0ca7-36ca-a5bf-c93ad44f5b8e",
    "recording_id": null,
    "artist": "The Soft Boys",
    "artist_ids": [
        "ae362950-090f-4686-82da-9d22a5f88f2e"
    ],
    "album": "Underwater Moonlight",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [],
    "release_date": "1980-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on the 28th of  June 1980, Underwater Moonlight, taps into all the icky, oozing rage and fear that are the necessary parts of adolescence.  Read more here: https://bit.ly/2YBhirk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}