Information about plays

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

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

{
    "id": 3556447,
    "uri": "https://api.kexp.org/v2/plays/3556447/?format=api",
    "airdate": "2025-09-22T20:52:09-07:00",
    "show": 64636,
    "show_uri": "https://api.kexp.org/v2/shows/64636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "MONIGOTE",
    "track_id": null,
    "recording_id": null,
    "artist": "La Tania",
    "artist_ids": [
        "a90a74e1-bef4-4892-a732-b91477d8393c"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: With 'Monigote,' La Tania closes her debut album with strength and sincerity. Blending the raw emotion of copla with contemporary production by Nussar 3000, the track becomes a powerful statement of identity and truth, accompanied by a striking video shot in the streets of Paris.\"\nES: Con «Monigote», La Tania cierra su álbum debut con fuerza y sinceridad. Mezclando la emoción cruda de la copla con la producción contemporánea de Nussar 3000, la canción se convierte en una poderosa declaración de identidad y verdad, acompañada de un impactante vídeo rodado en las calles de París.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}