Help playing sound on keypress

I want to play a sound when I press the number “1” in the keyboard, how do I do it

Playing AudioClip is described here: Playing audio clip - Questions & Answers - Unity Discussions

Input.GetKey(KeyCode.Alpha1) will catch the “1” on the keyboard I think.