Information about plays

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

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

{
    "id": 3597706,
    "uri": "https://api.kexp.org/v2/plays/3597706/?format=api",
    "airdate": "2025-12-29T19:27:59-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tormenta",
    "track_id": null,
    "recording_id": null,
    "artist": "Juana Aguirre",
    "artist_ids": [
        "8c89c94a-9430-49fd-894f-0e72f20361e0"
    ],
    "album": "Anonimo",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best of 2025: I believe Anónimo became many people’s favorite album—one of those records you treasure as a secret or as a refuge. Argentine composer Juana Aguirre has released one of the most respected albums of the year.\n***\nBest of 2025: Creo que Anonimo se transformó en el album preferido de muchas personas, esos que se atesoran como secreto o como refugio. La compositora argentina Juana Aguirre ha lanzado de los albumes mas respetados del año.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}