Information about plays

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

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

{
    "id": 3616430,
    "uri": "https://api.kexp.org/v2/plays/3616430/?format=api",
    "airdate": "2026-02-12T04:14:19-08:00",
    "show": 65910,
    "show_uri": "https://api.kexp.org/v2/shows/65910/?format=api",
    "image_uri": "https://coverartarchive.org/release/d93b507b-883e-4501-825b-ae555517c021/33742931454-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d93b507b-883e-4501-825b-ae555517c021/33742931454-250.jpg",
    "song": "Kiss From a Rose",
    "track_id": null,
    "recording_id": "246eb953-0e29-4e09-b1c0-eb695593f0ac",
    "artist": "Seal",
    "artist_ids": [
        "f053ae01-dae6-4aae-9883-e8c279fdbef4"
    ],
    "album": "Seal",
    "release_id": null,
    "release_group_id": "3bb226b7-db0b-3288-bea4-e2fecbe20c20",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1994-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}