Yes, you can do it as long as you can edit the .htaccess. You would have to have it be something like:
RewriteRule ^blogs/(.+)/? post.php?title=$1
Now, you might be required to edit some php (or even create a PHP page) to convert the title to the ID that's needed, but something like that should work.