Hopefully this helps someone else. I discovered that the ID value has to be set to the actual video URL. I was creating my own GUID's which was incorrect.
"shortFormVideos": [
{
"id": "https://vimeo.com/192539445",
"title": "The Vanderveer's with Dana Hamilton",
"shortDescription": "The Vanderveer's, friends of the Kent Ohio church of Christ, performing with the great Dana Hamilton. This is a test video!",
"thumbnail": "http://www.eInvasion.com/tn.png",
"genres": [ "faith" ],
"tags": [ "music", "kentohcoc" ],
"releaseDate": "2016-11-22",
"content": {
"dateAdded": "2016-11-22T17:33:32.125Z",
"captions": [],
"duration": 910,
"adBreaks": [ "00:00:00" ],
"videos": [
{
"url": "https://vimeo.com/192539445",
"quality": "HD",
"videoType": "MP4"
}
]
}
}
]