Information about plays

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

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

{
    "id": 344272,
    "uri": "https://api.kexp.org/v2/plays/344272/?format=api",
    "airdate": "2019-06-21T06:57:31-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Temptation",
    "track_id": "8fec5e45-e9b5-3ba3-b277-421e08ea8e63",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Retro",
    "release_id": "72dee28e-f18c-4dd2-abad-dd87926f789d",
    "release_group_id": null,
    "labels": [
        "Warner Music UK Ltd."
    ],
    "label_ids": [
        "03ac1af2-2bbf-41e7-b9e4-5f4ec51e38a8"
    ],
    "release_date": "2008-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The vocal track on the 12\" version features an audible \"startled yelp\" during the song's intro. Vocalist Bernard Sumner has since explained that the scream was from him due to bandmates thrusting a snowball down his shirt during recording. Length: 8:47",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}