<% for i, item in ipairs(airtimes) do %>
<% if string.len(item.img_url) > 0 then %> <% local img_url = item.img_url %> <% else %> <% local img_url = "blanco.png" %> <% end %>
"><%= item.artist %> - "><%= item.track %>

<% if item.release then %><%= item.release %><% end %> <% if item.label then %>| <%= item.label %><% end %> <% if item.year then %>| <%= item.year %><% end %> <% if item.country then %>| <%= item.country %><% end %> <% if item.info_url then %><% if item.info_url:match("[^.]+$") == "jpg" then %>| <%= item.info_url %> <% else %>| <%= item.info_url %><% end %> <% end %>


<% end %>