Information about plays

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

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

{
    "id": 3656517,
    "uri": "https://api.kexp.org/v2/plays/3656517/?format=api",
    "airdate": "2026-05-18T19:30:14-07:00",
    "show": 66754,
    "show_uri": "https://api.kexp.org/v2/shows/66754/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9696cb8-0959-48bf-8a6a-e650c0f8f577/41544485246-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9696cb8-0959-48bf-8a6a-e650c0f8f577/41544485246-250.jpg",
    "song": "Vuela Más Alto",
    "track_id": null,
    "recording_id": "137c4fce-e62c-4dbf-90b3-adbcf3a3b542",
    "artist": "Zemmoa",
    "artist_ids": [
        "87fb1186-279d-4c00-9f86-ea819f13d0d1"
    ],
    "album": "Vuela Más Alto",
    "release_id": null,
    "release_group_id": "ee024a1e-a44b-400d-b41a-c8dee314b12e",
    "labels": [
        "Universal Music México"
    ],
    "label_ids": [
        "0ff4d2e6-9dbb-46d3-8f75-237f8aa891dc"
    ],
    "release_date": "2024-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zemmoa is one of the most fearless and visionary voices in Mexico’s underground scene. On “Vuela Más Alto,” she transforms vulnerability into strength, delivering an uplifting synth-pop anthem about resilience, self-love, and rising above adversity.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}