Now Playing

Current show information and API documentation

Live Stream

Show Information

API Usage

Get the currently playing show information:

GET /api/now-playing

Response Format

{ "name": "The AI Music Video Show", // Show name "title": "ST^TIC Fridays", // Title of the work "subtitle": "Curated by @lunavega888",// Optional additional context "type": "ST^TIC", // Show type "creators": [ // List of creators { "title": "Digital Dreams", // Title of the creator's work "name": "DJ Squircle", // Creator name "social": "@djsquircle", // Social media handle "platform": "X" // Social platform } ], "note": "Optional additional notes" // Optional notes }

Show Types

  • featured - Featured content
  • dj_set - DJ performance
  • ST^TIC - ST^TIC show
  • movie - Full movie
  • premiere - New release
  • sci-fi - Science fiction content

Platforms

  • X - Twitter/X platform
  • YouTube - YouTube channel
  • cubicubes - Cubic Cubes platform

Embeddable Widget

Add this code to any page to display the current show:

<!-- Add to <head> -->
<script src="/now-playing/widget.js"></script>

<!-- Add where you want the widget to appear -->
<now-playing-widget></now-playing-widget>

The widget automatically updates every 30 seconds.