Information about plays

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

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

{
    "id": 3574932,
    "uri": "https://api.kexp.org/v2/plays/3574932/?format=api",
    "airdate": "2025-11-07T01:29:35-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "https://ia801400.us.archive.org/13/items/mbid-29667075-9351-419e-b9be-f6f608cebf98/mbid-29667075-9351-419e-b9be-f6f608cebf98-42454738066_thumb500.jpg",
    "thumbnail_uri": "https://ia801400.us.archive.org/13/items/mbid-29667075-9351-419e-b9be-f6f608cebf98/mbid-29667075-9351-419e-b9be-f6f608cebf98-42454738066_thumb250.jpg",
    "song": "Casino Stars",
    "track_id": "1ab75bd1-c262-4d22-9581-3d84a0c31026",
    "recording_id": "82e5c8fc-7a20-4370-97dc-5a9f1883cb07",
    "artist": "Jay Som",
    "artist_ids": [
        "3b910f7b-018f-408f-950b-47e02d2ce305"
    ],
    "album": "Belong",
    "release_id": "29667075-9351-419e-b9be-f6f608cebf98",
    "release_group_id": "a8de19c2-5e45-4c7d-940e-b1ced88059bc",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jay Som is playing in Seattle (Neumo's) on December 19:\n\nNov 22, SF Bimbo's\nhttps://dothebay.com/events/2025/11/22/jay-som-tickets\n\nhttps://www.neumos.com/events/detail/jay-som-tickets-1046604",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}