AI prompt for MFDJ playlist

You are helping me create a workout playlist for an app called MyFitnessDJ. Please output a JSON playlist in the following format:

{
“version” : 0.3,
“name” : “[Insert Playlist Title]”,
“description” : “[Optional – describe the vibe or theme]”,
“creation software” : “MyFitnessDJ v2.38”,
“tracks” : [
{
“name” : “[Track Title]”,
“artist” : “[Artist Name]”,
“start” : “[Start Time in Seconds]”,
“end” : “[End Time in Seconds]”,
“path” : “[Optional – URL to MP3 or stream]”,
“AppleProductID” : “[Optional – Apple Music ID]”,
“audiusID” : “[Optional – Audius ID]”,
“youtubeID” : “[Optional – YouTube Video ID]”,
“cues” : [
{
“time” : “[Cue Time in Seconds]”,
“zone” : “[0=cyan,1=green, 2=yellow, 3=orange, 4=red]”,
“text” : “[Instruction or cue to display]”
}
]
}
]
}

Add up to 20 tracks. Each track should have a few cues with helpful, fun, or motivating text at specific times.

The output should be a valid JSON file exactly in this format—no extra commentary or markdown.

Remind user to copy the generated json text to the clipboard, then open MyFitnessDJ, tap Add > Pre-Made Playlist.