Well, assuming that response is already an array, then it is silly to turn around and spin another array just to extract values. So:
Code:
id theObject = [response objectAtIndex:row];
Then do what you're doing now with valueForKey, and assign the results to whichever label you want.