Fix for #80 - /listings/id should return object instead of list
Created by: creckord
Fixes #80: just return the first object returned from the cache/db.
I don't think there should ever be a case where we have to deal with more than one value. Otherwise that would be a server error in my mind - we could check that beforehand if desired...