Information about plays

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

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

{
    "id": 3656284,
    "uri": "https://api.kexp.org/v2/plays/3656284/?format=api",
    "airdate": "2026-05-18T06:09:27-07:00",
    "show": 66749,
    "show_uri": "https://api.kexp.org/v2/shows/66749/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b806d8d-95db-432d-a1bf-f180a92d6e99/3240356469-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b806d8d-95db-432d-a1bf-f180a92d6e99/3240356469-250.jpg",
    "song": "Mr. Wendal",
    "track_id": null,
    "recording_id": "e2abc40f-173b-4307-bf72-ec49b41a7384",
    "artist": "Arrested Development",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1"
    ],
    "album": "3 Years, 5 Months and 2 Days in the Life Of…",
    "release_id": null,
    "release_group_id": "ede793b4-4976-3b7a-ba3b-fde6801de64c",
    "labels": [
        "Cooltempo"
    ],
    "label_ids": [
        "7c71c9ed-44e5-44c9-9d2c-a50a1da2604b"
    ],
    "release_date": "1992-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mr. Wendal\" is a hit single by the American hip-hop group Arrested Development, released in 1992 as part of their debut album, 3 Years, 5 Months and 2 Days in the Life Of.... The song reached number six on the Billboard Hot 100 and is celebrated for its socially conscious lyrics regarding homelessness and human dignity.\n\nCheck out the classic video : https://www.youtube.com/watch?v=qcnPfHS24Pg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}