How do I embed a list of MP3s queried from dataview (or dataviewjs, query)

This creates a link to the file, making it easy to collate and order mp3 files and then play them:

---
mp3: "[[Born Slippy.mp3]]"
---

```dataview
TABLE WITHOUT ID
	mp3
FROM 
	"_inbox"
WHERE
	mp3
```