Information about plays

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

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

{
    "id": 350486,
    "uri": "https://api.kexp.org/v2/plays/350486/?format=api",
    "airdate": "2019-07-05T14:52:48-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b3874de-09dc-45a5-97b1-528b50f3e59a/14840503964-250.jpg",
    "thumbnail_uri": "",
    "song": "Money (That’s What I Want)",
    "track_id": "d3038878-f912-3274-97b9-aefaa5fb0593",
    "recording_id": null,
    "artist": "The Flying Lizards",
    "artist_ids": [
        "45a2c364-6634-485a-ab0a-7dc828c6ef7b"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 1",
    "release_id": "0b3874de-09dc-45a5-97b1-528b50f3e59a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Flying Lizards were an experimental English new wave band, formed in 1976. They are best known for their deliberately eccentric cover version of Barrett Strong's \"Money\" featuring Deborah Evans-Stickland on lead vocals, which reached the UK and US record charts in 1979. The group disbanded in 1984.  Formed and led by record producer David Cunningham, the group was a loose collective of avant-garde and free improvising musicians, such as David Toop and Steve Beresford as instrumentalists, with Deborah Evans-Stickland, Patti Palladin and Vivien Goldman as main vocalists.  https://bit.ly/2NzDkIS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}