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