Information about plays

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

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

{
    "id": 376302,
    "uri": "https://api.kexp.org/v2/plays/376302/?format=api",
    "airdate": "2019-09-04T00:04:53-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "http://coverartarchive.org/release/9da227d1-9283-44f9-8545-f01b796eabb8/14527973395-250.jpg",
    "thumbnail_uri": "",
    "song": "If I Can’t Change Your Mind",
    "track_id": "224f7a5d-0630-3007-846c-38f16b124989",
    "recording_id": null,
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Copper Blue",
    "release_id": "9da227d1-9283-44f9-8545-f01b796eabb8",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Copper Blue was released on Sept 4, 1992.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}