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

{
    "name": "Michael Burek",
    "title": "Michael Burek",
    "id": 15267,
    "slug": "michael-burek",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15267/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27950,
            "title": "Scared of Heights",
            "url": "https://www.guitarparty.com/songs/scared-of-heights/"
        },
        {
            "id": 28764,
            "title": "Touch Me (ÁSDÍS)",
            "url": "https://www.guitarparty.com/songs/touch-me-asdis/"
        },
        {
            "id": 27949,
            "title": "Við förum hærra",
            "url": "https://www.guitarparty.com/songs/vid-forum-haerra/"
        }
    ]
}