Information about plays

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

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

{
    "id": 3614908,
    "uri": "https://api.kexp.org/v2/plays/3614908/?format=api",
    "airdate": "2026-02-08T15:26:06-08:00",
    "show": 65880,
    "show_uri": "https://api.kexp.org/v2/shows/65880/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ab3f2c2-1ed3-419a-9eca-9af1f756f806/28174747322-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ab3f2c2-1ed3-419a-9eca-9af1f756f806/28174747322-250.jpg",
    "song": "Danza kuduro",
    "track_id": null,
    "recording_id": "ad04f105-2685-4ff5-a837-68ae493aee17",
    "artist": "Don Omar feat. Lucenzo",
    "artist_ids": [
        "afbdfac9-2955-4404-ae22-c08bf1c1b51e",
        "9d93fcb8-f66a-4576-9bdc-04dd4a1b27c6"
    ],
    "album": "Don Omar Presents Meet the Orphans",
    "release_id": null,
    "release_group_id": "d767b3c9-82df-4a55-b6bb-eb730843d9d3",
    "labels": [
        "Machete Music"
    ],
    "label_ids": [
        "2aab0bb2-9bd5-4084-ba69-90a39bd328dc"
    ],
    "release_date": "2010-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Puerto Rican reggaeton recording artist and actor. He is sometimes referred to by his nickname El Rey or King of Kings of Reggaeton Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}