Display audio file in audio.php

It took me a while to figure this out…
In the end all it takes is:

<?php
echo wp_audio_shortcode(
    array( "src" => wp_get_attachment_url() )
);
?>