Information about plays

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

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

{
    "id": 3633721,
    "uri": "https://api.kexp.org/v2/plays/3633721/?format=api",
    "airdate": "2026-03-26T02:51:31-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/08ee40f3-ea90-41d1-a4ef-16862cc73bcc/17656420404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/08ee40f3-ea90-41d1-a4ef-16862cc73bcc/17656420404-250.jpg",
    "song": "I Got the Feeling",
    "track_id": null,
    "recording_id": "1a7938a2-a902-4128-8f26-c2cd0ba2e9b6",
    "artist": "Two Tons o’ Fun",
    "artist_ids": [
        "8bc23f36-2d1e-45c5-ad47-69e402b0923a"
    ],
    "album": "Two Tons o’ Fun",
    "release_id": null,
    "release_group_id": "a135b1a0-f78e-472e-9715-3434848d505f",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1980-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sylvester and Harvey Fuqua produced two albums for Sylvester's background singers Izora Rhodes and Martha Wash, who he dubbed \"Two Tons o' Fun\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}