Information about plays

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

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

{
    "id": 3653179,
    "uri": "https://api.kexp.org/v2/plays/3653179/?format=api",
    "airdate": "2026-05-10T20:20:29-07:00",
    "show": 66684,
    "show_uri": "https://api.kexp.org/v2/shows/66684/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Does Your Momma Know",
    "track_id": null,
    "recording_id": "1c7ad8a8-c54b-4846-a44d-e3cc56c6a447",
    "artist": "Rudy Love & The Love Family",
    "artist_ids": [
        "b418fc5c-2b0c-4c4a-9b96-683e34e38f5c"
    ],
    "album": "Rudy Love & The Love Family",
    "release_id": null,
    "release_group_id": "1a00434f-06d4-416e-aac7-d8cc1bdea78a",
    "labels": [
        "Calla Records"
    ],
    "label_ids": [
        "a04fb8f5-1a7b-4fd0-a9ea-9208100895de"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rudy Love & The Love Family released \"Does Your Momma Know\" on the group's self-titled album in 1976 on Calla Records. The track was used in the Bangladeshi romance feature film Eito Prem in 2015.\n\nRudy Love & The Love Family members included: Ace Love, Avery \"Young Man Funk\" Richardson, Bob \"Butter\" Love, Denise Love, Gerald \"Fuzz\" Love, Peggy Love, Robert Love, Rudy Love, Shirley Love, and Tyree Judie.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}