File search and deletion help

Thanks that was a good start.
I was able to see the files that it found.
Is it possible to show the size of each file also?

I found an example of a command to also delete by using this string:

find * -name *Boogie.MP3 -exec rm -i {} \;

I can probably do *.MP3 but I would like to see the size also before I choose to delete. Just to make sure I am deleting the correct file.