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