---
title: "Changes to Get song by ID"
method: GET
path: "/songs/{song_id}"
---

# Changes to Get song by ID

`GET /songs/{song_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 46 revisions.

- **2026-08-09** `535feee32afb` — 1 info
- **2026-08-07** `b152883a37a3` — 1 info
- **2026-07-28** `48f80d018de4` — 1 info
- **2026-07-22** `e8e6b266ea29` — 5 info
- **2026-07-19** `b874092765cd` — 12 breaking
- **2026-07-18** `0366bc42fb8f` — 47 info
- **2026-07-17** `9abb9bf6d3bf` — 1 info
- **2026-06-25** `7ed7a764efd9` — 1 info
- **2026-02-24** `3c57979a295f` — 1 info
- **2026-02-19** `07f53972fdd7` — 1 breaking

## Changes

- **2026-08-09** `535feee32afb` — 1 info
  - added the required property `mood` to the response with the `200` status
- **2026-08-07** `b152883a37a3` — 1 info
  - added the required property `bpm` to the response with the `200` status
- **2026-07-28** `48f80d018de4` — 1 info
  - added the required property `last_played` to the response with the `200` status
- **2026-07-22** `e8e6b266ea29` — 5 info
  - api operation id `song` was added
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the non-success response with the status `500`
- **2026-07-19** `b874092765cd` — 12 breaking
  - the response property `album/basename` became nullable for the status `200`
  - the response property `album/name` became nullable for the status `200`
  - the response property `album/prefix` became nullable for the status `200`
  - the response property `albumartist/basename` became nullable for the status `200`
  - the response property `albumartist/name` became nullable for the status `200`
  - the response property `albumartist/prefix` became nullable for the status `200`
  - the response property `artist/basename` became nullable for the status `200`
  - the response property `artist/name` became nullable for the status `200`
  - the response property `artist/prefix` became nullable for the status `200`
  - the response property `artists/items/basename` became nullable for the status `200`
  - the response property `artists/items/name` became nullable for the status `200`
  - the response property `artists/items/prefix` became nullable for the status `200`
- **2026-07-18** `0366bc42fb8f` — 47 info
  - added the optional property `albumartist` to the response with the `200` status
  - added the optional property `metadata` to the response with the `200` status
  - added the required property `album` to the response with the `200` status
  - added the required property `art` to the response with the `200` status
  - added the required property `artist` to the response with the `200` status
  - added the required property `artists` to the response with the `200` status
  - added the required property `averagerating` to the response with the `200` status
  - added the required property `bitrate` to the response with the `200` status
  - added the required property `catalog` to the response with the `200` status
  - added the required property `channels` to the response with the `200` status
  - added the required property `comment` to the response with the `200` status
  - added the required property `composer` to the response with the `200` status
  - added the required property `disk` to the response with the `200` status
  - added the required property `disksubtitle` to the response with the `200` status
  - added the required property `filename` to the response with the `200` status
  - added the required property `flag` to the response with the `200` status
  - added the required property `format` to the response with the `200` status
  - added the required property `genre` to the response with the `200` status
  - added the required property `has_art` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `language` to the response with the `200` status
  - added the required property `license` to the response with the `200` status
  - added the required property `lyrics` to the response with the `200` status
  - added the required property `mbid` to the response with the `200` status
  - added the required property `mime` to the response with the `200` status
  - added the required property `mode` to the response with the `200` status
  - added the required property `name` to the response with the `200` status
  - added the required property `playcount` to the response with the `200` status
  - added the required property `playlisttrack` to the response with the `200` status
  - added the required property `publisher` to the response with the `200` status
  - added the required property `r128_album_gain` to the response with the `200` status
  - added the required property `r128_track_gain` to the response with the `200` status
  - added the required property `rate` to the response with the `200` status
  - added the required property `rating` to the response with the `200` status
  - added the required property `replaygain_album_gain` to the response with the `200` status
  - added the required property `replaygain_album_peak` to the response with the `200` status
  - added the required property `replaygain_track_gain` to the response with the `200` status
  - added the required property `replaygain_track_peak` to the response with the `200` status
  - added the required property `size` to the response with the `200` status
  - added the required property `stream_bitrate` to the response with the `200` status
  - …7 more
- **2026-07-17** `9abb9bf6d3bf` — 1 info
  - removed the non-success response with the status `400`
- **2026-06-25** `7ed7a764efd9` — 1 info
  - added the non-success response with the status `400`
- **2026-02-24** `3c57979a295f` — 1 info
  - endpoint added
- **2026-02-19** `07f53972fdd7` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/ampache/apis/ampache-rest-api/docs/songs/:song_id/get.md) · [API](https://skmtc.dev/ampache/apis/ampache-rest-api.md) · [Page](https://skmtc.dev/ampache/apis/ampache-rest-api/changes/songs/:song_id/get)
