Information about plays

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

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

{
    "id": 3597723,
    "uri": "https://api.kexp.org/v2/plays/3597723/?format=api",
    "airdate": "2025-12-29T20:28:28-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sender Receiver",
    "track_id": null,
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "Sender Receiver",
    "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": "Best of 2025: Roberto Carlos Lange has released a new album in 2025. Check out his personal soundtrack from 2023 here: https://www.kexp.org/read/2023/7/14/helado-negro-ecos-of-healing/\n***\nBest of 2025: Roberto Carlos Lange ha lanzado un nuevo album en 2025. Repasa su cancionero personal de 2023 aca: https://www.kexp.org/read/2023/7/14/helado-negro-ecos-of-healing/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}