Information about plays

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

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

{
    "id": 380171,
    "uri": "https://api.kexp.org/v2/plays/380171/?format=api",
    "airdate": "2019-09-12T22:37:53-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe94b030-1996-43af-be76-379259e72671/14140761741-250.jpg",
    "thumbnail_uri": "",
    "song": "Normal American Kids",
    "track_id": "342b6ddf-8e5e-4b68-a1d3-d23649974cd6",
    "recording_id": null,
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Schmilco",
    "release_id": "fe94b030-1996-43af-be76-379259e72671",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On “Normal American Kids,” the opener of Wilco’s 10th studio LP, Jeff Tweedy delivers maybe his most straightforward lyrics ever.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}