Information about plays

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

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

{
    "id": 352900,
    "uri": "https://api.kexp.org/v2/plays/352900/?format=api",
    "airdate": "2019-07-11T06:08:51-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "http://coverartarchive.org/release/e5d66b3c-c9c8-4377-b9e9-d141259e92ba/20296157328-250.jpg",
    "thumbnail_uri": "",
    "song": "This Morning With Her, Having Coffee",
    "track_id": "5432f3dc-2154-474b-8fd0-92167731a398",
    "recording_id": null,
    "artist": "El Ten Eleven",
    "artist_ids": [
        "6c99afec-a207-4519-9d39-616880b6177b"
    ],
    "album": "Banker's Hill",
    "release_id": "e5d66b3c-c9c8-4377-b9e9-d141259e92ba",
    "release_group_id": null,
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2018-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title of this track from L.A.-based duo El Ten Eleven is an oft-quoted response from Johnny Cash when asked what his definition of paradise was. (The \"her\" referencing his wife June Carter Cash)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}