Information about plays

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

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

{
    "id": 3611953,
    "uri": "https://api.kexp.org/v2/plays/3611953/?format=api",
    "airdate": "2026-02-01T16:12:35-08:00",
    "show": 65814,
    "show_uri": "https://api.kexp.org/v2/shows/65814/?format=api",
    "image_uri": "https://coverartarchive.org/release/911192ef-6b58-427f-9d84-437a0d34de70/9635715971-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/911192ef-6b58-427f-9d84-437a0d34de70/9635715971-250.jpg",
    "song": "Release Yo’ Delf",
    "track_id": null,
    "recording_id": "40e40374-e26f-411a-a05e-710e53cfdc0a",
    "artist": "Method Man",
    "artist_ids": [
        "94dbfe2e-ca48-4e08-a5a8-e1e74136c63d"
    ],
    "album": "Tical",
    "release_id": null,
    "release_group_id": "85af95fb-f93d-30e9-b60e-9ee6eb00d42b",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clifford Smith Jr., better known by his stage name Method Man, is an American rapper, record producer and actor. He is known as a member of the East Coast hip hop collective Wu-Tang Clan. He is also one half of the hip hop duo Method Man & Redman. He took his stage name from the 1979 film Method Man.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}