Ha, correct. The editorial player key would be useful for performing queries against our editorial webservices, except those are internal only because licensing is much more interesting when you can't hide behind the excuse that "it's just fantasy data!". I *think* that whether or not we can expose player notes is part of our ongoing negotiations with our data providers, so I will try to keep you updated on that (as I'd definitely love to publicly expose the player notes if I can).
I know that we had some issues with player status not showing up early in the season, but I thought we got that resolved. Yeah, as an example, if you check out:
CODE
http://fantasysports.yahooapis.com/fantasy/v2/player/242.p.5994
You can see that David Garrard is IR.
CODE
<?xml version="1.0" encoding="UTF-8"?>
<fantasy_content xmlns="http://fantasysports.yahooapis.com/fantasy/v2/base.rng" xml:lang="en-US" yahoo:uri="http://api.fantasysports.yahoo.com:4080/fantasy/v2/player/242.p.5994" xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" time="48.168897628784ms" copyright="Data provided by Yahoo! and STATS, LLC">
<player>
<player_key>242.p.5994</player_key>
<player_id>5994</player_id>
<name>
<full>David Garrard</full>
<first>David</first>
<last>Garrard</last>
<ascii_first>David</ascii_first>
<ascii_last>Garrard</ascii_last>
</name>
<status>IR</status>
<on_disabled_list>1</on_disabled_list>
<editorial_player_key>nfl.p.5994</editorial_player_key>
<editorial_team_key>nfl.t.30</editorial_team_key>
<editorial_team_full_name>Jacksonville Jaguars</editorial_team_full_name>
<editorial_team_abbr>Jac</editorial_team_abbr>
<bye_weeks>
<week>9</week>
</bye_weeks>
<uniform_number>9</uniform_number>
<display_position>QB</display_position>
<image_url>http://l.yimg.com/a/i/us/sp/v/nfl/players_l/headshots/20090903//5994.jpg?x=46&y=60&xc=1&yc=1&wc=165&hc=215&q=100&sig=pU7dGY_QSqy1rpDfC4.2.Q--</image_url>
<is_undroppable>0</is_undroppable>
<eligible_positions>
<position>QB</position>
</eligible_positions>
</player>
</fantasy_content>