Information about plays

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

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

{
    "id": 3621403,
    "uri": "https://api.kexp.org/v2/plays/3621403/?format=api",
    "airdate": "2026-02-23T20:04:10-08:00",
    "show": 66014,
    "show_uri": "https://api.kexp.org/v2/shows/66014/?format=api",
    "image_uri": "https://coverartarchive.org/release/114a8aae-ce5a-4c53-9787-edab59fd0462/43008751841-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/114a8aae-ce5a-4c53-9787-edab59fd0462/43008751841-250.jpg",
    "song": "Tú con él",
    "track_id": null,
    "recording_id": "3b214d56-6845-4d0c-a60b-f676891927ed",
    "artist": "Frankie Ruiz",
    "artist_ids": [
        "98017692-63e0-485d-93c4-0306e53b3527"
    ],
    "album": "Solista, pero no solo",
    "release_id": null,
    "release_group_id": "d38c2a41-2eb4-3777-a43e-edd8b04cab77",
    "labels": [
        "TH-Rodven Records"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Tú Con Él,” released in 1985, became one of Frankie Ruiz’s defining salsa romántica hits. The song marked a shift toward a smoother, emotionally driven style in the post-Fania era, expanding salsa’s commercial reach across Latin America.\n***\n“Tú Con Él”, lanzada en 1985, se convirtió en uno de los grandes éxitos de la salsa romántica de Frankie Ruiz. La canción simboliza el giro hacia un estilo más melódico y emocional en la etapa posterior a la era Fania, ampliando el alcance comercial del género.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}