Information about plays

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

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

{
    "id": 374043,
    "uri": "https://api.kexp.org/v2/plays/374043/?format=api",
    "airdate": "2019-08-29T15:32:22-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/4f931a2b-98eb-49bb-94b7-0ec62dcfe644/5356827241-250.jpg",
    "thumbnail_uri": "",
    "song": "Doo Wop (That Thing)",
    "track_id": "6c369899-31b2-3896-87bb-fad1d4986607",
    "recording_id": null,
    "artist": "Lauryn Hill",
    "artist_ids": [
        "e8414012-4a1c-4ad4-be5e-fc55294e28cc"
    ],
    "album": "The Miseducation of Lauryn Hill",
    "release_id": "4f931a2b-98eb-49bb-94b7-0ec62dcfe644",
    "release_group_id": null,
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1998-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Doo Wop (That Thing)\" is the debut solo single from American recording artist Lauryn Hill. The song is taken from her debut album, The Miseducation of Lauryn Hill. Written and produced by Hill, the song was released as the album's lead single in July 1998. It was Hill's first and only Billboard Hot 100 number-one, to date. The song won Best Female R&B Vocal Performance and Best R&B Song at the 1999 Grammy Awards on February 24, 1999. \"Doo Wop (That Thing)\" debuted at number one on the Billboard Hot 100",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}