I have a content type called "Audio" which has a single file field. The file field accepts one value using the Media widget. I am then using Views (grid of fields) to display the "Audio" content type and its file field. I have set the file field formatter to Media Player. The content and fields are displaying correctly, however, only the first media player actually loads the audio. There are currently 3 other media players which appear to remain in a constant state of loading.

When viewing each "Audio" content type directly the media player functions correctly. I also tried enabling "Allow multiple sources" in Views which did not change the issue above.

Any ideas?