How can I make audio play in the background?
Look into audio sources
What you can do is create an empty gameObject in your scene and add this component. Then you need to have an audio clip that you can add to the audio source. I highly recommend going through the docs/tutorials on Unity’s official site.