Information about plays

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

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

{
    "id": 3597722,
    "uri": "https://api.kexp.org/v2/plays/3597722/?format=api",
    "airdate": "2025-12-29T20:24:03-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "caes - u suerte",
    "track_id": null,
    "recording_id": null,
    "artist": "Lucrecia Dalt, Niño de Elche, Y La Bamba, Victor Herrero",
    "artist_ids": [
        "245f7a1a-b799-40f1-a11a-6b379dbe0fa1",
        "c6365f22-cdbd-45d2-a2eb-070310d3c316",
        "f6157276-5fab-43d5-843c-3e77cd1a12d3",
        "026e739a-81a0-47a9-bc40-21ce1705ca75"
    ],
    "album": "caes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RVNG Intl"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The best of 2025: Not only did Lucrecia Dalt release a great album, but we also had this unexpected yet fascinating collaboration between two great gems of Ibero-American music.\n***\nLo mejor del 2025: No basto el gran album lanzado por Lucrecia Dalt que también tuvimos esta colaboracion impensada pero fascinante entre grandes gemas de la musica Iberoamericana.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}