# Grov Spotify Plays

> Grov Spotify Plays is a paid API for AI agents from grov.fun, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-14).

Purchases real Spotify play counts for a track by dispatching human micro-task workers, paid in USDC via x402.

## Facts

- Endpoint: POST https://grov.fun/api/base/spotifyplays
- Price: $2.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-spotify-plays-406bdf47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EaJQW5TYtqJxzXREhIbc-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability grov-spotify-plays-406bdf47 -d '<json body>'
```

Example prompt: Can you boost the Spotify plays on my track at https://open.spotify.com/track/4uLU6hMCjMI75M1A2tKUQC — I want to order a batch of plays through Grov and pay with USDC.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase Spotify plays using USDC stablecoin payments via the x402 protocol, especially in automated music promotion workflows where human-completed micro-tasks are acceptable and a polling-based status model is tolerable.

## Known failure modes

- Insufficient USDC balance — payment fails and order is not created
- Invalid or private Spotify track URL — order may be rejected by task workers
- Network or x402 payment protocol error — no order created, no charge
- Track account not public — workers cannot complete the task, order may stall
- Service overload or no available workers — order delayed or unfulfilled

## How this service works

grov: Spotify Plays. ⌚️ Start Time: 1-12h
⚠️ The profile must be set to "public" or the order will not start. After the completion, you can close it again.
🔗 Link Example: https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT
🔴 Don't use any other link format, if you do order will be cancelled.
🔴 Spotify updates the plays counter once time every 48 hours. 
🔴 If the order is marked as completed, but you still don't see the plays counter updated, just wait a couple of days to see the changes.

## Output

Returns a JSON object confirming payment (ok: true, paid: true), a secret token to retrieve order status, an order ID, and a status URL to poll for completion of the Spotify play delivery.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true,
  "secret": "SAVE_THIS_SECRET",
  "orderId": "ORDER_ID",
  "statusUrl": "https://grov.fun/api/base/spotifyplays?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-spotify-plays-406bdf47/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grov.fun](https://www.zero.xyz/host/grov.fun/llms.txt)
