Information about plays

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

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

{
    "id": 3616777,
    "uri": "https://api.kexp.org/v2/plays/3616777/?format=api",
    "airdate": "2026-02-13T00:55:53-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "https://coverartarchive.org/release/79430e88-2df8-475a-90be-1b34ae9d80ff/34130771912-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79430e88-2df8-475a-90be-1b34ae9d80ff/34130771912-250.jpg",
    "song": "Cause I Love You",
    "track_id": null,
    "recording_id": "3fb65454-55e9-4546-97aa-a02e8756620c",
    "artist": "Lenny Williams",
    "artist_ids": [
        "2a14525d-38f9-4757-b620-cd403d857a52"
    ],
    "album": "Spark of Love",
    "release_id": null,
    "release_group_id": "4978ba11-c45d-4232-85d4-500fcf5c3281",
    "labels": [],
    "label_ids": [],
    "release_date": "1978-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}