if you are working in the body's script itself then use position
variable, it is already present in your script.
if your body is a child in any other scene then you may want to use global_position
and if you are accessing any other kinematic body from a different script then you need to get its reference first by using get_node("path to the kinematic body").position