Information about plays

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

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

{
    "id": 380869,
    "uri": "https://api.kexp.org/v2/plays/380869/?format=api",
    "airdate": "2019-09-14T17:21:00-07:00",
    "show": 6339,
    "show_uri": "https://api.kexp.org/v2/shows/6339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walking the Cow",
    "track_id": null,
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "The Late Great Daniel Johnston",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gammon Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Folk superstar out of Austin, TX, Daniel Johnston passed away last week. The album \"The Late Great Daniel Johnston\" (2004) features covers by the likes of Bright Eyes, Death Cab for Cutie, Beck, Tom Waits, and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}