Second question. The ServicePages API seems to return images (or any file) like this.
reel_poster: {
basename: "breakdown-2015-poster.jpg",
description: "",
tags: "",
formatted: false,
modified: 1468541707,
created: 1468541707
},
How do I get the actual path / URL of the file referenced? I need to get the path in a JS app, so I can't use the PHP API.