Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3638302/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3638302,
    "uri": "https://api.kexp.org/v2/plays/3638302/?format=api",
    "airdate": "2026-04-05T18:26:33-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3714bb3-23e6-4ead-b020-e800242d50a2/37735507555-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d3714bb3-23e6-4ead-b020-e800242d50a2/37735507555-250.jpg",
    "song": "Funky President (People It’s Bad)",
    "track_id": null,
    "recording_id": "acff160e-1da0-4e49-b361-e3402bfb8744",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Reality",
    "release_id": null,
    "release_group_id": "7ff6cc2e-69d7-3e65-936b-8fcd1b4240bc",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Brown released \"Funky President (People It’s Bad)\" on his 39th studio album Reality in 1974.\n\"Funky President (People It’s Bad)\" was released as a single in 1974. According to Brown, the \"funky president\" of the song's title was meant to refer to U.S. President Gerald Ford, who had succeeded Richard Nixon in the White House shortly before it was recorded. \nThe song's rhythmic groove has been sampled in more than 900 songs!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}