Now Playing

Unified Metadata

On Air

GET https://data.bff.fm/api/data/onair/now.json

An endpoint which will return what's currently playing on BFF.fm at the finest fidelity available: the track, or current playing show.

Query Parameters

Example Track response

{
   title: I NEED YOU TO (BREONNA TAYLOR)
   attribution: Tobe Nwigwe
   collection: THE PANDEMIC PROJECT
   licensor: Self Released
   image: https://a.bff.fm/…/album.jpg
   url: https://bff.fm/broadcasts/234345324
   type: track
}

Example Show response

{
   title: No Magic
   attribution: Ben Ward
   collection: BFF.fm
   licensor: BFF.fm
   image: https://a.bff.fm/…/logo.jpg
   url: https://bff.fm/shows/nomagic
   type: show
}

Track Metadata

Detailed Metadata

GET https://data.bff.fm/api/data/tracks/detail.text

What's currently playing on the BFF.fm stream.

Query Parameters

Title: There Goes The Fear
Artist: Doves
Album: The Last Broadcast
Label: Heavenly
Artwork: https://a.bff.fm/image/original/trs2.jpg

One-Line Summary

GET https://data.bff.fm/api/data/tracks/now.text

A single-line summary of what's playing on BFF.fm. Track Name followed by Artist, separated by -.

Query Parameters

Because It's Not Love (But It's Still A Feeling) - The Pipettes

JSON structured Detailed Metadata

GET https://data.bff.fm/api/data/tracks/now.json

The current artist, track, album and record label being played on BFF.fm

Query Parameters

Last updated