Information about plays

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

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

{
    "id": 343370,
    "uri": "https://api.kexp.org/v2/plays/343370/?format=api",
    "airdate": "2019-06-19T08:16:19-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "http://coverartarchive.org/release/d6a48fa7-de89-4048-a702-c22f5058acaa/22402847282-250.jpg",
    "thumbnail_uri": "",
    "song": "Rechargeable",
    "track_id": "b2144c76-290b-4dfc-aaf8-c18d81c67ee7",
    "recording_id": null,
    "artist": "Snapped Ankles",
    "artist_ids": [
        "9c4da506-4fbd-4001-8bde-d0cff3e2a278"
    ],
    "album": "Stunning Luxury",
    "release_id": "d6a48fa7-de89-4048-a702-c22f5058acaa",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK group Snapped Ankles took inspiration for their band name from the 1990 film Misery, based on the novel by Stephen King. Here's the video when they performed  live at Studio 9294 in Hackney Wick, London, during KEXP's International Clash Day broadcast on February 5, 2019: https://www.youtube.com/watch?v=MUJ25deV0Is",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}