Information about plays

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

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

{
    "id": 354325,
    "uri": "https://api.kexp.org/v2/plays/354325/?format=api",
    "airdate": "2019-07-14T14:34:17-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "http://coverartarchive.org/release/a25dc82a-8af3-32f6-8e66-5fb8cf72a45f/15491805244-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay",
    "track_id": "274f1622-0578-3f2d-8002-5cbe5ed6deeb",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Station to Station",
    "release_id": "a25dc82a-8af3-32f6-8e66-5fb8cf72a45f",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Stay\" is based on the funky guitar lick that dominates the track and was invented by guitarist Earl Slick during the sessions for the album. The verse and chorus structures can be traced back to \"John, I'm Only Dancing (Again)\", a track recorded for the Young Americans album but first released (as a single) in 1979.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}