{
"id": "at.noted.radio.play",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"airdate",
"id",
"playType",
"createdAt"
],
"properties": {
"id": {
"type": "integer"
},
"show": {
"type": "string",
"format": "at-uri"
},
"song": {
"type": "string",
"maxLength": 500
},
"album": {
"type": "string",
"maxLength": 500
},
"artist": {
"type": "string",
"maxLength": 500
},
"airdate": {
"type": "string",
"format": "datetime"
},
"comment": {
"type": "string",
"maxLength": 5000
},
"imageUri": {
"type": "string",
"format": "uri"
},
"playType": {
"type": "string",
"maxLength": 20,
"knownValues": [
"airbreak",
"trackplay"
]
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"thumbnailUri": {
"type": "string",
"format": "uri"
}
}
},
"description": "Record representing a single played item"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A play of a track on a radio show"
}
Metadata
- DID
-
did:plc:2aa6fahtis66ymq7rd2yxdwu
- CID
-
bafyreibackdxk3byu5z7bcjjrgvbeq4wdwg5xkslvfsn2kycr4ajg3dvfq
- Indexed At
- 2026-04-09 22:18 UTC
- AT-URI
-
at://did:plc:2aa6fahtis66ymq7rd2yxdwu/com.atproto.lexicon.schema/at.noted.radio.play