Information about plays

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

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

{
    "id": 3525093,
    "uri": "https://api.kexp.org/v2/plays/3525093/?format=api",
    "airdate": "2025-07-10T09:01:33-07:00",
    "show": 63972,
    "show_uri": "https://api.kexp.org/v2/shows/63972/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca2c94fe-f7ce-3b2e-9aca-0fbed9d9a3bb/2700513927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca2c94fe-f7ce-3b2e-9aca-0fbed9d9a3bb/2700513927-250.jpg",
    "song": "Isla de Encanta",
    "track_id": null,
    "recording_id": "bb4b89e9-5d0a-4a63-b035-f94f73fc7a78",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Come On Pilgrim",
    "release_id": null,
    "release_group_id": "2a251d31-9958-35f1-b2b1-a64d5541715d",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1987-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Isla de Encanta” draws upon some of songwriter Black Francis’s experiences in Puerto Rico. The title is a play on the island’s nickname, La Isla del Encanto (meaning “isle of enchantment”).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}