tell application "iTunes"
# possible values for kind are computer/AirPort Express/Apple TV/AirPlay device/unknown
set newAirplayDevice to (get some AirPlay device whose kind is computer)
set current AirPlay devices to {newAirplayDevice}
end tell