GET /api/v3/core/authors/12637/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Felix Mendelssohn Bartholdy",
    "title": "Felix Mendelssohn Bartholdy",
    "id": 12637,
    "slug": "felix-mendelssohn-bartholdy",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12637/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 25535,
            "title": "Hark! The Herald Angels Sing",
            "url": "https://www.guitarparty.com/songs/hark-the-herald-angels-sing/"
        },
        {
            "id": 24777,
            "title": "Jólafriður",
            "url": "https://www.guitarparty.com/songs/jolafridur/"
        }
    ]
}