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

{
    "name": "Leonard Lipton",
    "title": "Leonard Lipton",
    "id": 1371,
    "slug": "leonard-lipton",
    "url": "https://www.guitarparty.com/api/v3/core/authors/1371/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 26935,
            "title": "Breki galdradreki",
            "url": "https://www.guitarparty.com/songs/breki-galdradreki/"
        },
        {
            "id": 732,
            "title": "Puff the Magic Dragon",
            "url": "https://www.guitarparty.com/songs/puff-the-magic-dragon/"
        }
    ]
}