interactionService->increasePlayCount($request->song, $this->user); event(new SongStartedPlaying($interaction->song, $interaction->user)); return response()->json($interaction); } }