Information about plays

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

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

{
    "id": 370916,
    "uri": "https://api.kexp.org/v2/plays/370916/?format=api",
    "airdate": "2019-08-22T16:14:00-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Biscuit- Commentary",
    "track_id": null,
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Interview with DJ Morgan KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Considered the launch of the “trip hop” genre, the album contains a number of incredible samples, including Johnnie Ray’s “I’ll Never Fall in Love Again” on the song “Biscuit.” Here’s Barrow and Adrien reflecting on why they needed that sample in particular in order to tie the song together. <br/><br/> https://www.kexp.org/read/2019/8/22/portisheads-geoff-barrow-and-adrian-utley-breakdown-dummy-25-years-later/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}