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

{
    "name": "Joe Lyons",
    "title": "Joe Lyons",
    "id": 2759,
    "slug": "joe-lyons",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2759/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13447,
            "title": "Lamp Lighting Time In The Valley",
            "url": "https://www.guitarparty.com/songs/lamp-lighting-time-in-the-valley/"
        },
        {
            "id": 24914,
            "title": "Når lysene tennes der hjemme",
            "url": "https://www.guitarparty.com/songs/nar-lysene-tennes-der-hjemme/"
        },
        {
            "id": 2561,
            "title": "Tengjum fastara bræðralagsbogann",
            "url": "https://www.guitarparty.com/songs/tengjum-fastara-braedralagsbogann/"
        }
    ]
}