Information about plays

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

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

{
    "id": 2674827,
    "uri": "https://api.kexp.org/v2/plays/2674827/?format=api",
    "airdate": "2019-12-18T08:03:31-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "https://coverartarchive.org/release/2fa48352-7734-4829-a8be-db1139e948cf/23981592421-250.jpg",
    "thumbnail_uri": "",
    "song": "Millie Pulled a Pistol on Santa",
    "track_id": "b8e06c19-3983-3bf8-8a65-e55e9a1c263c",
    "recording_id": null,
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "De La Soul Is Dead",
    "release_id": "2fa48352-7734-4829-a8be-db1139e948cf",
    "release_group_id": null,
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1991-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yikes this is inspired by real-life events! At the end of the story, Millie gets her hands on a pistol and kills her father while he plays Santa at Macy’s. Although the dramatic climax of “Millie” didn’t happen in real life, the storyline of an abused friend was very real. “I know a young friend who was going through that, her father was abusing her,” Pos told Spin. “I was really upset about that and just applied it to wax — that’s all that was.” - https://bit.ly/2Z34Cd2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}