def play_entry(entry_id):
     player = PlayerControl()
     player.play_entry(entry_id)
     return "1"