Information about plays

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

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

{
    "id": 3577807,
    "uri": "https://api.kexp.org/v2/plays/3577807/?format=api",
    "airdate": "2025-11-13T21:35:34-08:00",
    "show": 65101,
    "show_uri": "https://api.kexp.org/v2/shows/65101/?format=api",
    "image_uri": "https://coverartarchive.org/release/c046e806-bfa6-4593-975a-1cefa93dfb72/41026522389-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c046e806-bfa6-4593-975a-1cefa93dfb72/41026522389-250.jpg",
    "song": "If I Ever",
    "track_id": null,
    "recording_id": "5c87e17f-11cb-4cad-b845-b6f02a1e8b86",
    "artist": "Cream Flower",
    "artist_ids": [
        "bde09314-c356-4288-91b6-f8550bc4d855"
    ],
    "album": "To Remember Is To Live",
    "release_id": null,
    "release_group_id": "23eaf6a9-4250-44d5-86a4-866f47a3b987",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cream Flower is a filipino dreampop x shoegaze duo. You can describe their sound as glitchy and electronic mixed with elements of shoegaze and dreampop. Their song \"Umo\" is about the POV of their cat. It is from their sophomore album, \"To Remember Is To Live\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}