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

{
    "name": "Bill Backer",
    "title": "Bill Backer",
    "id": 13850,
    "slug": "bill-backer-2",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13850/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 26160,
            "title": "I'd Like to Teach the World to Sing (In Perfect Harmony)",
            "url": "https://www.guitarparty.com/songs/id-like-to-teach-the-world-to-sing-in-perfect-harmony/"
        },
        {
            "id": 26161,
            "title": "Mig langar til",
            "url": "https://www.guitarparty.com/songs/mig-langar-til/"
        }
    ]
}