Information about plays

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

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

{
    "id": 377248,
    "uri": "https://api.kexp.org/v2/plays/377248/?format=api",
    "airdate": "2019-09-05T23:56:26-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/6c392acd-a543-48ed-b50f-7af66e76974b/4512337685-250.jpg",
    "thumbnail_uri": "",
    "song": "Boondigga",
    "track_id": "1da2bf34-211d-3165-8b3b-0ca2d3fea8a2",
    "recording_id": null,
    "artist": "Fat Freddy’s Drop",
    "artist_ids": [
        "d451395a-f768-432e-bb70-d38c32baf4cb"
    ],
    "album": "Dr. Boondigga & The Big BW",
    "release_id": "6c392acd-a543-48ed-b50f-7af66e76974b",
    "release_group_id": null,
    "labels": [
        "The Drop"
    ],
    "label_ids": [
        "71e56af0-7f9f-48cd-a0c3-6be933eb7d6a"
    ],
    "release_date": "2009-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dr Boondigga and the Big BW is the second studio album by the New Zealand group Fat Freddy's Drop, released in June 2009 on The Drop. The album became a number one album in New Zealand in its first week of release and was certified Platinum in four days.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}