fm.teal.feed.getPlay

teal.fm

Documentation

main query

No description available.

Parameters

authorDID string did Required

The author's DID for the play

rkey string record-key Required

The record key of the play

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
The author's DID for the play
The record key of the play
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "play"
      ],
      "properties": {
        "play": {
          "ref": "fm.teal.feed.defs#playView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "authorDID",
      "rkey"
    ],
    "properties": {
      "rkey": {
        "type": "string",
        "format": "record-key",
        "description": "The record key of the play"
      },
      "authorDID": {
        "type": "string",
        "format": "did",
        "description": "The author's DID for the play"
      }
    }
  }
}

Lexicon Garden

@