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

{
    "name": "Alex Pohn",
    "title": "Alex Pohn",
    "id": 15244,
    "slug": "alex-pohn",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15244/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27917,
            "title": "Leya",
            "url": "https://www.guitarparty.com/songs/leya/"
        },
        {
            "id": 27921,
            "title": "Never Let You Down",
            "url": "https://www.guitarparty.com/songs/never-let-you-down/"
        }
    ]
}