Cita: [...] como quedaria el codigo si quiero sustituir coldplay con $current_tag? [...]
pues justo como lo has dicho ... solo sustitúyelo!
así se usan las variables ...
Código PHP:
$foo = 'bar';
echo($foo); // bar
include "{$foo}.html"; // bar.html
die($foo . '.php'); // bar.php