Information about plays

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

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

{
    "id": 380210,
    "uri": "https://api.kexp.org/v2/plays/380210/?format=api",
    "airdate": "2019-09-13T00:53:26-07:00",
    "show": 6327,
    "show_uri": "https://api.kexp.org/v2/shows/6327/?format=api",
    "image_uri": "http://coverartarchive.org/release/01882f08-0c82-4ecb-8a3f-471e2f61ef52/1815601406-250.jpg",
    "thumbnail_uri": "",
    "song": "Zealots",
    "track_id": "36509f22-b760-319a-89d0-28dcb95f5d82",
    "recording_id": null,
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": "01882f08-0c82-4ecb-8a3f-471e2f61ef52",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Score is the second and final studio album by the hip hop trio Fugees, released worldwide February 13, 1996 on Columbia Records. The album features a wide range of samples and instrumentation, with many aspects of alternative hip hop that would come to dominate the hip hop music scene in the mid-late 1990s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}