Information about plays

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

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

{
    "id": 3619523,
    "uri": "https://api.kexp.org/v2/plays/3619523/?format=api",
    "airdate": "2026-02-19T13:30:28-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful World",
    "track_id": null,
    "recording_id": "43faca70-a21f-4398-a1ea-ecd808cefe72",
    "artist": "Take 6",
    "artist_ids": [
        "abbbef3b-19d7-4ef8-9ef2-e4d2c556509c"
    ],
    "album": "Beautiful World",
    "release_id": null,
    "release_group_id": "213c48c2-294a-3f6b-9278-181fab42ff06",
    "labels": [
        "Word"
    ],
    "label_ids": [
        "187cb435-7319-46f4-8218-1ee3affbc49e"
    ],
    "release_date": "2002-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Triple OG!!!  Hear it?  This song heavily sampled Donald Fagen's \"I.G.Y.\"\n--\nTake 6 is an American a cappella gospel sextet formed in 1980 on the campus of Oakwood College in Huntsville, Alabama. \nWith 10 Grammy Awards, 10 Dove Awards, 2 NAACP Image Awards, a Soul Train Award, and more, Take 6 (Claude McKnight, Mark Kibble, Joel Kibble, Dave Thomas, Alvin Chea and Khristian Dentley) continues to bring extraordinary vocals to their worldwide audiences.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}