Information about plays

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

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

{
    "id": 382407,
    "uri": "https://api.kexp.org/v2/plays/382407/?format=api",
    "airdate": "2019-09-18T08:13:12-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/59752819-1e3f-4ff5-bad2-7b8fc92b4b18/10335245464-250.jpg",
    "thumbnail_uri": "",
    "song": "Nearly Lost You",
    "track_id": "9d92aeed-2b3b-39e4-924e-b7ef6608d886",
    "recording_id": null,
    "artist": "Screaming Trees",
    "artist_ids": [
        "bc5e6e42-73ba-44fa-a41e-3379402f0429"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": null,
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "“Nearly Lost You” was originally featured on their sixth studio album Sweet Oblivion, but its inclusion on the \"Singles\" soundtrack helped the album commercially and it eventually sold more than 300,000 copies. - https://bit.ly/2knLBSu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}