Song type represents the composition that accompanies an AnimeTheme. For example, “Staple Stable” is the song for the Bakemonogatari OP1 AnimeTheme.
Type Definition
Fields
song_id
Unique identifier for the song.- Type:
Int! - Example:
1
title
The romanized or English title of the song.- Type:
String - Example:
"Staple Stable"
title_native
The native language title (typically Japanese).- Type:
String - Example:
"staple stable"
Relationships
animethemes
The anime themes that use this song.[AnimeTheme!]!
A single song may be used across multiple anime or multiple themes within the same anime.
performances
Artists who performed this song.[Performance!]!
Performances link songs to artists, including credit information.
resources
External links for this song (Spotify, Apple Music, etc.).[ExternalResource!]!
Performance Type
ThePerformance type represents an artist’s work on a song.
Performance Fields
performance_id
Unique identifier for the performance.- Type:
Int!
as
The credited name for this performance.- Type:
String - Example:
"Senjougahara Hitagi (CV: Chiwa Saitou)"
artist
The performer (polymorphic).- Type:
PerformanceArtist!(union ofArtistorMembership)
- An
Artist(individual or group performing directly) - A
Membership(artist performing as part of a group)
Queries
Single Song
Query a single song by ID.Song Pagination
Query multiple songs with filtering.Song with Full Credits
Query song with complete artist information.Songs for Anime
Find all songs used in a specific anime.Performance Pagination
Query performances directly.Membership Type
When performances are by group members, theMembership type provides additional context.
Example: Group Member Performance
Example Responses
Basic Song Query
Song with Multiple Themes
Filterable Columns
song_idtitletitle_nativecreated_atupdated_atdeleted_at
Sortable Columns
SONG_IDTITLETITLE_NATIVECREATED_ATUPDATED_AT
Use Cases
Song Discovery
Find songs by title:Artist Discography
Via artist performances:Song Statistics
Count theme usage:Performance Queries
Membership Pagination
Query group memberships.Related Types
- Artist - Musical performers
- AnimeTheme - Theme sequences
- Performance - Artist performances
- Membership - Group memberships
- ExternalResource - External links