Information about plays

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

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

{
    "id": 377392,
    "uri": "https://api.kexp.org/v2/plays/377392/?format=api",
    "airdate": "2019-09-06T08:21:29-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/4f931a2b-98eb-49bb-94b7-0ec62dcfe644/5356827241-250.jpg",
    "thumbnail_uri": "",
    "song": "Lost Ones",
    "track_id": "f1d1fbed-2da7-3c9d-b83e-9e45297e4285",
    "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": "Read a review of Lauryn Hill's recent performance at the Glastonbury Festival in July: https://www.theguardian.com/music/2019/jun/28/lauryn-hill-at-glastonbury-2019-review-pyramid-stage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}