Information about plays

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

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

{
    "id": 377081,
    "uri": "https://api.kexp.org/v2/plays/377081/?format=api",
    "airdate": "2019-09-05T16:11:00-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back to Life (However Do You Want Me)",
    "track_id": "42e36f2e-398a-3bbe-8d9f-d9dc004c4f72",
    "recording_id": null,
    "artist": "Soul II Soul",
    "artist_ids": [
        "9350241a-d698-4489-92bf-41794f383ff3"
    ],
    "album": "Club Classics, Volume One",
    "release_id": "76d3758c-1882-404a-8708-000cd2cb704d",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [],
    "release_date": "1999-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul II Soul are a British musical group formed in London in 1988. They are best known for their 1989 UK chart-topper and US top five hit \"Back to Life (However Do You Want Me)\", and \"Keep On Movin'\" which reached number five in the UK and number 11 in the US. They won two Grammy Awards, and have been nominated for five Brit Awards—twice for Best British Group.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}