Information about plays

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

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

{
    "id": 353821,
    "uri": "https://api.kexp.org/v2/plays/353821/?format=api",
    "airdate": "2019-07-13T10:07:00-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Drugs",
    "track_id": "77ccdaeb-bc32-3257-ac85-9c28561563d2",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "All I Have Is Love, Love, Love",
    "release_id": "dbaff072-3bc4-4f54-baaa-bff7dc33b179",
    "release_group_id": null,
    "labels": [
        "Tad's"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MR Isaacs, a classic 1977 album by Gregory Isaacs, was just re-released on July 12 by 17 North Parade, a subsidiary of VP Records. \nThe nine song set contains several hard hitting tracks such as Storm, Set The Captive Free, and Slave Master. They feature Isaacs at his militant best.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}