Information about plays

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

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

{
    "id": 378747,
    "uri": "https://api.kexp.org/v2/plays/378747/?format=api",
    "airdate": "2019-09-09T13:16:02-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "http://coverartarchive.org/release/01882f08-0c82-4ecb-8a3f-471e2f61ef52/1815601406-250.jpg",
    "thumbnail_uri": "",
    "song": "The Mask",
    "track_id": "5437a4e4-dbbd-3338-af5b-11250c08943f",
    "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 arrived in 1996 and was an instant hit. Retaining some of their earlier jazz-rap spirit, while incorporating traditional R&B that showcased Hill's singing abilities, the album topped charts across the globe and was certified multi-platinum around Europe and in the U.S.<br><br> Read more about the Fugees and The Mask here: https://bit.ly/2kr4aFC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}