Information about plays

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

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

{
    "id": 3632484,
    "uri": "https://api.kexp.org/v2/plays/3632484/?format=api",
    "airdate": "2026-03-22T19:24:05-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ddf9071-6e23-4362-8c7e-a49a43034029/13572245866-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ddf9071-6e23-4362-8c7e-a49a43034029/13572245866-250.jpg",
    "song": "Groovin' You",
    "track_id": null,
    "recording_id": "8829eecb-f8ee-4307-b060-9888fbf6d84e",
    "artist": "Harvey Mason",
    "artist_ids": [
        "1081d9bb-17fa-43cf-8b2e-05f7e6029f70"
    ],
    "album": "Groovin' You",
    "release_id": null,
    "release_group_id": "cbe4cf75-d7af-3b6d-90fc-99e31b46385d",
    "labels": [
        "Soul Music.com Records"
    ],
    "label_ids": [
        "849404b5-e6f1-4be2-97cb-df89874ba0c4"
    ],
    "release_date": "1979-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Harvey Mason was the drummer on Johnny Hammond's album Gears. Mason was also a record producer, member of the band Fourplay, and the original drummer for Herbie Hancock's band The Headhunters.\n\nHarvey Mason released \"Groovin' You\" on the album of the same name in 1979.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}