Information about plays

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

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

{
    "id": 3585669,
    "uri": "https://api.kexp.org/v2/plays/3585669/?format=api",
    "airdate": "2025-12-02T02:22:50-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "https://coverartarchive.org/release/78a92425-589a-351b-86bd-4409ae3e9968/43029286582-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78a92425-589a-351b-86bd-4409ae3e9968/43029286582-250.jpg",
    "song": "Survival",
    "track_id": null,
    "recording_id": "1ace68a7-7be2-42fa-aee9-5a4c04c25fc1",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "Bedtime Stories",
    "release_id": null,
    "release_group_id": "b3c83c83-4280-363f-8ecc-9cb453a8ea18",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Survival” is the opening track of Madonna's 1994 release Bedtime Stories.\n\n2025's Bedtime Stories: The Untold Chapter is an EP commemorating the 30th anniversary of her sixth studio album, Bedtime Stories (1994).  The EP includes the song \"Love Won't Wait\", which was abandoned and not used on the Bedtime Stories album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}