Maybe it's a little rough, but try animating the Node2D by rect_rotation in a loop and then doing something like:
func _spacereleased()
var slow = 1
while true:
yield(get_tree().create_timer(0.1), "timeout")
slow = slow - 0.1
$AnimatedPlayer.playback_speed = slow