Information about plays

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

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

{
    "id": 3628293,
    "uri": "https://api.kexp.org/v2/plays/3628293/?format=api",
    "airdate": "2026-03-13T03:36:43-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://coverartarchive.org/release/433fe824-2033-4ce9-9fe7-e0cda9607b13/18004655541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/433fe824-2033-4ce9-9fe7-e0cda9607b13/18004655541-250.jpg",
    "song": "I Am in Love",
    "track_id": null,
    "recording_id": "837bf77c-101c-4773-903f-b48825c84219",
    "artist": "Jennifer Lara",
    "artist_ids": [
        "b0079b6d-d464-4433-960b-072479d3d1ad"
    ],
    "album": "Studio One Women",
    "release_id": null,
    "release_group_id": "dc2dce0a-241d-3096-a2e7-ce23c463531f",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2005-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born Kingston, Jamaica. In 1974, Lara recorded her debut album with Coxsone Dodd at Studio One in Brentford Road. The results of the sessions appeared onStudio One Presents Jennifer Lara, which was an instant success.\nhttps://bit.ly/3AKq9cT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}