diff --git a/PlayBot/sites/spotify.pm b/PlayBot/sites/spotify.pm
index 1c5fb9fc487eaa1aa494aad291cae956e1b9114c..423b456ea76660bdcf1a2832d3691a77e524cfb5 100644
--- a/PlayBot/sites/spotify.pm
+++ b/PlayBot/sites/spotify.pm
@@ -12,7 +12,7 @@ my $endpoint = "https://api.spotify.com/v1/tracks/";
 
 sub regex
 {
-    return qr#(?:^|[^!])https?://open.spotify.com/track/([a-zA-Z0-9_-]+)#;
+    return qr#(?:^|[^!])https?://(open|play).spotify.com/track/([a-zA-Z0-9_-]+)#;
 }
 
 sub get {