simulationActionPlay
Route that plays the simulation by calling the it.unibo.alchemist.core.Simulation.play method. The HTTP Response sent to the client can be of type: 200 (OK) if the operation succeed; 409 (Conflict) if the simulation is already running, or is in an invalid state to call the play operation; 500 (Server Error) if the Simulation was not loaded correctly.