I am trying to access the uri of an mp3 with the field name field_audio_file so as to embed it in a source tag for an audio tag.
I have used kint to find what array the uri exists in which I think is content._field_layout.content.field_audio_file in #file.uri though I am not sure how to access arrays with a #.
Can anyone give me any suggestions?