Information about plays

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

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

{
    "id": 348981,
    "uri": "https://api.kexp.org/v2/plays/348981/?format=api",
    "airdate": "2019-07-02T09:21:37-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/129a9696-1620-3d40-8ba1-7deb3f7ccfad/3776631884-250.jpg",
    "thumbnail_uri": "",
    "song": "Big Time Sensuality",
    "track_id": "590c4602-bd1b-322b-b4b1-e6d128cabc07",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Debut",
    "release_id": "129a9696-1620-3d40-8ba1-7deb3f7ccfad",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Björk and staple collaborator Nellee Hooper and produced by Hooper, \"Big Time Sensuality\" is a house-influenced song that helped boost Björk's popularity worldwide, particularly the U.S., where she charted for the first time. Here is the video: https://www.youtube.com/watch?v=-wYmq2Vz5yM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}