Information about plays

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

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

{
    "id": 3628128,
    "uri": "https://api.kexp.org/v2/plays/3628128/?format=api",
    "airdate": "2026-03-12T14:43:54-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Different Strokes",
    "track_id": null,
    "recording_id": "7ccec747-1ff2-4480-9e63-978b78ce946f",
    "artist": "Syl Johnson",
    "artist_ids": [
        "2e8cbd3d-44c0-4725-89e0-7db8010aa832"
    ],
    "album": "Different Strokes / Sorry Bout Dat",
    "release_id": null,
    "release_group_id": "bb515a2d-d46f-426e-a0ca-90a47068f575",
    "labels": [
        "Stateside"
    ],
    "label_ids": [
        "9b275fc0-75ad-4abd-b7d7-90a7db2374ae"
    ],
    "release_date": "1967-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this much-sampled song featured Minnie Riperton's laugh? She was working with producer Billy Davis at Twinight Records in Chicago when she was asked to contribute the laughing vocal to the song's opening.\n--\nCurrently, \"Different Strokes\" has been sampled 358 times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}