Information about plays

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

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

{
    "id": 3628138,
    "uri": "https://api.kexp.org/v2/plays/3628138/?format=api",
    "airdate": "2026-03-12T15:20:13-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "https://coverartarchive.org/release/584e92f0-1469-48c8-91ab-55f4dcd2043e/15268226381-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/584e92f0-1469-48c8-91ab-55f4dcd2043e/15268226381-250.jpg",
    "song": "Groovin'",
    "track_id": null,
    "recording_id": "c1df9a08-3a8b-453a-9d41-31b6e1365069",
    "artist": "Willie Mitchell",
    "artist_ids": [
        "60d111b4-5541-4ac0-847c-4a81201695bc"
    ],
    "album": "Solid Soul",
    "release_id": null,
    "release_group_id": "b284f928-3ba2-41e0-8870-bf9351055e9a",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a wonderful cover of \"Groovin',\" a song written by American singer-songwriters Felix Cavaliere and Eddie Brigati, initially recorded by their group the Young Rascals in 1967.\n--\nHere's an obituary of Willie Mitchell, who died in 2010 at age 81. He was \"the prime mover of 1970's Memphis soul music.\": https://www.theguardian.com/music/2010/jan/06/willie-mitchell-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}