Information about plays

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

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

{
    "id": 372463,
    "uri": "https://api.kexp.org/v2/plays/372463/?format=api",
    "airdate": "2019-08-26T07:16:00-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tom's Diner (12″ version)",
    "track_id": "52de4505-59b9-4331-bd5a-23b0ff23fa9f",
    "recording_id": null,
    "artist": "dNA",
    "artist_ids": [
        "fc44478e-b43b-45bf-9d70-92865897a3ff"
    ],
    "album": "Tom's Diner",
    "release_id": "0101b66d-1041-4fe4-855d-e21a3e6608af",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1988, two British record producers remixed \"Tom's Diner\", grafting Vega's vocals onto a dance beat from Soul II Soul (\"Keep On Movin'\") and turning her simple ad-libbed outro – \"Da da da duh, doo da-doo doo\" – into the song's driving hook. Without permission from Vega, her record label, or publisher, the duo released the remix on a limited basis for distribution to clubs as \"Oh Suzanne\" by \"DNA featuring Suzanne Vega\". Vega's record company of the time, A&M, decided to buy[citation needed] and release the remix rather than take DNA to court for copyright infringement.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}