koel/cypress/fixtures/like.post.200.json

20 lines
376 B
JSON
Raw Normal View History

2021-01-01 13:31:53 +00:00
{
"song_id": "03bebf17f54e2afc7c0513fb1d931009",
"liked": true,
"song": {
"id": "03bebf17f54e2afc7c0513fb1d931009",
"album_id": 5,
"artist_id": 3,
"title": "Instinct",
"length": 204.11,
"track": null,
"disc": 1,
"created_at": "2019-08-24 18:03:35",
"artist": {
"id": 3,
"name": "The Band",
"image": null
}
}
}