From http://www.openstreetmap.org/browse/way/4442243:


Way:    Brondesbury Road (4442243)
Tags:   highway = secondary
        name = Brondesbury Road
        ref = B451
        source:ref = OS OpenData StreetView


or a little more organised:


{
    '_id': 'w4442243',
    'name' : 'Brondesbury Road',
    'tags': { 
        'highway': 'secondary',
        'ref' : 'B451',
        'source_ref' : 'OS OpenData StreetView',
    }
}