Information about plays

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

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

{
    "id": 3572490,
    "uri": "https://api.kexp.org/v2/plays/3572490/?format=api",
    "airdate": "2025-11-01T05:45:31-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La llorona",
    "track_id": null,
    "recording_id": "971e8b88-1a95-4e3e-bfd3-654d4b49b36a",
    "artist": "Ángela Aguilar",
    "artist_ids": [
        "cda7b93f-f9e9-4a1b-b66a-7d0c8678d4ae"
    ],
    "album": "Mexicano hasta los huesos",
    "release_id": null,
    "release_group_id": "153b0c2c-9dd6-4e38-a245-9df4a288706a",
    "labels": [
        "Equinoccio Records"
    ],
    "label_ids": [
        "50a3f713-890c-43bc-8dfe-ad08c66d0284"
    ],
    "release_date": "2021-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“La Llorona(lah Yoh roh nah)” tells the haunting story of the weeping woman, a legendary figure in Mexican folklore, blending sorrowful vocals and mournful melodies that echo loss, longing, and the weight of memory.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}