Information about plays

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

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

{
    "id": 3523004,
    "uri": "https://api.kexp.org/v2/plays/3523004/?format=api",
    "airdate": "2025-07-05T14:39:38-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://coverartarchive.org/release/931cfa58-02a7-4a85-b042-bc8b321d0891/1743410171-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/931cfa58-02a7-4a85-b042-bc8b321d0891/1743410171-250.jpg",
    "song": "Sweet Surrender",
    "track_id": null,
    "recording_id": "87b4303d-37eb-4d21-aaec-ab9d14c5f148",
    "artist": "Sarah McLachlan",
    "artist_ids": [
        "ce58d854-7430-4231-aa44-97f0144b3372"
    ],
    "album": "Surfacing",
    "release_id": null,
    "release_group_id": "3d453820-9c19-3f21-a310-26657ac55e73",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1997-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1997, the women led Lilith Fair tour (organized by Sarah McLachlan), kicked off with a show in The Gorge Amphitheatre in Washington State. The lineup included artists such as Jewel, Suzanne Vega and Paula Cole, with Emmylou Harris, Sheryl Crow and Fiona Apple",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}