Information about plays

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

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

{
    "id": 380453,
    "uri": "https://api.kexp.org/v2/plays/380453/?format=api",
    "airdate": "2019-09-13T16:06:00-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?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: Discovered Covered",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gammon"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Late Great Daniel Johnston: Discovered Covered is a 2004 Gammon Records two-disc set featuring, among others, contributions by Tom Waits, Beck, Bright Eyes, and Death Cab for Cutie. The first disc features covers of Daniel Johnston songs by a variety of different artists. The second disc features the original versions of these eighteen songs, as well as \"Rock This Town\", a previously unreleased Johnston track. Despite what the title and cover art may suggest, Johnston lived to see the album's release; he died fifteen years later in 2019.  https://bit.ly/2mckOck",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}