Information about plays

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

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

{
    "id": 3610454,
    "uri": "https://api.kexp.org/v2/plays/3610454/?format=api",
    "airdate": "2026-01-29T03:35:56-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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 Willie Mitchell's cover of the 1967 hit by The Young Rascals, written by Eddie Brigati and Felix Cavaliere. \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"
}