Playing audio from network location

Hi,

So I have a Raspberry Pi Zero 2 W which plays a sound when a switch entity is triggered. I’m using Python and MQTT (autodiscovery). The audio file is a local file (on the Raspberry) called ‘bel.wav’.
Is there a nice way to play this file from the local media folder in Home Assistant (like “home-assistant.local:8123\media\bel.wav”)
I was thinking of loading the file using SMB (smbprotocol · PyPI), but I was wondering if somebody has a more neat way of achieving this.