Information about plays

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

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

{
    "id": 381913,
    "uri": "https://api.kexp.org/v2/plays/381913/?format=api",
    "airdate": "2019-09-17T08:23:05-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?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": "In regard to The Score's unified themes and production, Lauryn commented \"It's an audio film. It's like how radio was back in the 1940s. It tells a story, and there are cuts and breaks in the music. It's almost like a hip hop version of Tommy, like what The Who did for rock music.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}