Information about plays

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

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

{
    "id": 376364,
    "uri": "https://api.kexp.org/v2/plays/376364/?format=api",
    "airdate": "2019-09-04T03:12:00-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ntozabantu",
    "track_id": "dab6b856-0117-3b47-b0bc-5d040c507bd5",
    "recording_id": null,
    "artist": "Lebo Mathosa",
    "artist_ids": [
        "d82728c3-4908-4386-8252-835bbef4c97c"
    ],
    "album": "Dream",
    "release_id": "abe9fc10-3ba7-4da7-885e-23a148f16aee",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lebo Mathosa (16 July 1977 – 23 October 2006) was a popular South African kwaito singer. Mathosa started her career with the popular South African band Boom Shaka in 1994 at the age of 17, after she caught the eye of music producer Don Laka at a club in Johannesburg.  Mathosa died in a car crash, aged 29, after her driver lost control of her vehicle in Johannesburg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}