This is the pattern you currently need to do to get a transcription instantiated.
piece_data = client.get_piece(transcription_id)
# Create Piece object for additional analysis
piece = Piece(piece_data)
There should be a one step process instead of two step