Information about plays

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

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

{
    "id": 376508,
    "uri": "https://api.kexp.org/v2/plays/376508/?format=api",
    "airdate": "2019-09-04T11:35:47-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/2667c6b5-a429-4fc0-8bb0-68dcf661d3b3/23124167704-250.jpg",
    "thumbnail_uri": "",
    "song": "Feeling Fades",
    "track_id": "d6464813-eb10-4ebb-98cf-67e48f5a3709",
    "recording_id": null,
    "artist": "The Murder Capital",
    "artist_ids": [
        "41e30723-07ab-40fd-8f6b-983981a76d8b"
    ],
    "album": "When I Have Fears",
    "release_id": "2667c6b5-a429-4fc0-8bb0-68dcf661d3b3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Murder Capital is a Dublin based five-piece post-punk. The band has been actively compared to several post-punk and art punk bands to arise out of the United Kingdom over the late 2010s, such as Idles, Slaves, Shame, and fellow Dublin band, Fontaines D.C., primarily as a result of touring with these bands. The band released their debut album <i>When I Have Fears</i> in August 2019. The album was produced by Flood. Read The Guardians' review here: https://bit.ly/2ks1bfO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}