There’s some good stuff in the new AppleScript release notes, most notably better (shorter) application-running calls (without having to resort to System Events) and the new version and name commands for querying applications without having to start them up.
if application “iTunes” is running
tell application “iTunes” to pause
end if