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

{
    "name": "Joe Beal",
    "title": "Joe Beal",
    "id": 8449,
    "slug": "joe-beal",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8449/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 9120,
            "title": "Jingle bell rock",
            "url": "https://www.guitarparty.com/songs/jingle-bell-rock/"
        },
        {
            "id": 29115,
            "title": "Syngjum öll",
            "url": "https://www.guitarparty.com/songs/syngjum-oll/"
        }
    ]
}