speaker_playing_status The event is raised on any status change of a play. Table Field Type Required Description id string + Unique Id of a request. status string + Status of playing. Possible values: pending, playing, failed, finished, stopped. reason object – Error information reason.code int + Code of an error. reason.text int + Text description of an error. user_data any – User data which was passed to speaker.play() call.