A songwriter, composer, or music publisher who owns the publishing rights to a song or musical work
Record Key
tid
Timestamp-based ID
Properties
collectingSociety
string
Optional
No description available.
maxLength: 255 bytescompanyName
string
Optional
No description available.
maxLength: 255 bytesfirstName
string
Optional
No description available.
maxLength: 255 bytesipi
string
Optional
Interested Party Information (IPI) number assigned to the publishing owner by a collecting society
maxLength: 11 byteslastName
string
Optional
No description available.
maxLength: 255 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"properties": {
"ipi": {
"type": "string",
"maxLength": 11,
"description": "Interested Party Information (IPI) number assigned to the publishing owner by a collecting society"
},
"lastName": {
"type": "string",
"maxLength": 255
},
"firstName": {
"type": "string",
"maxLength": 255
},
"companyName": {
"type": "string",
"maxLength": 255
},
"collectingSociety": {
"type": "string",
"maxLength": 255
}
}
},
"description": "A songwriter, composer, or music publisher who owns the publishing rights to a song or musical work"
}