Information about plays

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

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

{
    "id": 3597866,
    "uri": "https://api.kexp.org/v2/plays/3597866/?format=api",
    "airdate": "2025-12-30T05:08:58-08:00",
    "show": 65513,
    "show_uri": "https://api.kexp.org/v2/shows/65513/?format=api",
    "image_uri": "https://coverartarchive.org/release/32e47b04-3f6c-407c-88d2-3976a6169d0c/15271390782-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/32e47b04-3f6c-407c-88d2-3976a6169d0c/15271390782-250.jpg",
    "song": "Privilege (Set Me Free)",
    "track_id": null,
    "recording_id": "74842bef-2041-4e37-b60d-5d11c5ca7004",
    "artist": "Patti Smith Group",
    "artist_ids": [
        "26638df8-ef34-40d1-8d93-616836b72878"
    ],
    "album": "Easter",
    "release_id": null,
    "release_group_id": "93e9dc29-9c7b-334a-9765-a6fa0186b1e2",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1946, singer, songwriter, poet, painter, author, and photographer Patti Smith. Smith's \"Privilege (Set Me Free)\" is a transformative cover that blends film satire, biblical scripture, and the rebellious spirit of 1970s punk. It was released in 1978 as the second single from her breakthrough album, Easter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}