Information about plays

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

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

{
    "id": 3569250,
    "uri": "https://api.kexp.org/v2/plays/3569250/?format=api",
    "airdate": "2025-10-24T06:45:12-07:00",
    "show": 64917,
    "show_uri": "https://api.kexp.org/v2/shows/64917/?format=api",
    "image_uri": "https://coverartarchive.org/release/12d9211c-8e4e-46e1-b84f-bdf330707256/16553915780-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12d9211c-8e4e-46e1-b84f-bdf330707256/16553915780-250.jpg",
    "song": "Now at Last",
    "track_id": null,
    "recording_id": "ec318167-f0f1-494f-a127-f8649d448072",
    "artist": "Blossom Dearie",
    "artist_ids": [
        "6d3e8d4d-c0c9-4208-87d8-900ab1134b1b"
    ],
    "album": "Blossom Dearie",
    "release_id": null,
    "release_group_id": "46645c08-a2f8-4639-9972-febb7ac0e44c",
    "labels": [
        "Verve Reissues"
    ],
    "label_ids": [
        "d3b89766-5e28-4755-b428-11a9430e2c02"
    ],
    "release_date": "1957-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Now at Last\" is a tender jazz ballad performed by Blossom Dearie, featured on her self-titled 1957 debut album Blossom Dearie, released on the Verve label. The song was composed by Bob Haymes, brother of famed crooner Dick Haymes, who first recorded it earlier that same year.\n\nYou Gen Xers might recognize her voice from Schoolhouse Rock!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}