Play random track using play and random

I have this bash(1) alias:

bp(){
    beet play $(beet random -n 1 -f '$title $artist') &
}
1 Like